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
@@ -40,7 +40,7 @@ class KafkaMirrorMakerArgs:
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 KafkaMirrorMakerArgs:
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
 
@@ -367,7 +367,7 @@ class _KafkaMirrorMakerState:
367
367
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
368
368
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
369
369
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
370
- reference. This property cannot be changed, doing so forces recreation of the resource.
370
+ reference. Changing this property forces recreation of the resource.
371
371
  :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
372
372
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
373
373
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -629,7 +629,7 @@ class _KafkaMirrorMakerState:
629
629
  def project(self) -> Optional[pulumi.Input[str]]:
630
630
  """
631
631
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
632
- reference. This property cannot be changed, doing so forces recreation of the resource.
632
+ reference. Changing this property forces recreation of the resource.
633
633
  """
634
634
  return pulumi.get(self, "project")
635
635
 
@@ -840,6 +840,7 @@ class KafkaMirrorMaker(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 KafkaMirrorMaker(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/kafkaMirrorMaker:KafkaMirrorMaker mm1 project/service_name
867
+ $ pulumi import aiven:index/kafkaMirrorMaker:KafkaMirrorMaker mm1 project/service_name
866
868
  ```
867
869
 
868
870
  :param str resource_name: The name of the resource.
@@ -887,7 +889,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
887
889
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
888
890
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
889
891
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
890
- reference. This property cannot be changed, doing so forces recreation of the resource.
892
+ reference. Changing this property forces recreation of the resource.
891
893
  :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
892
894
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
893
895
  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 KafkaMirrorMaker(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 KafkaMirrorMaker(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/kafkaMirrorMaker:KafkaMirrorMaker mm1 project/service_name
944
+ $ pulumi import aiven:index/kafkaMirrorMaker:KafkaMirrorMaker mm1 project/service_name
941
945
  ```
942
946
 
943
947
  :param str resource_name: The name of the resource.
@@ -1088,7 +1092,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1088
1092
  other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
1089
1093
  options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
1090
1094
  :param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1091
- reference. This property cannot be changed, doing so forces recreation of the resource.
1095
+ reference. Changing this property forces recreation of the resource.
1092
1096
  :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
1093
1097
  value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
1094
1098
  as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
@@ -1272,7 +1276,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
1272
1276
  def project(self) -> pulumi.Output[str]:
1273
1277
  """
1274
1278
  Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
1275
- reference. This property cannot be changed, doing so forces recreation of the resource.
1279
+ reference. Changing this property forces recreation of the resource.
1276
1280
  """
1277
1281
  return pulumi.get(self, "project")
1278
1282
 
@@ -22,10 +22,10 @@ class KafkaSchemaArgs:
22
22
  schema_type: Optional[pulumi.Input[str]] = None):
23
23
  """
24
24
  The set of arguments for constructing a KafkaSchema resource.
25
- :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.
25
+ :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.
26
26
  :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
27
- :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.
28
- :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
27
+ :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.
28
+ :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
29
29
  :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
30
30
  :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
31
31
  """
@@ -42,7 +42,7 @@ class KafkaSchemaArgs:
42
42
  @pulumi.getter
43
43
  def project(self) -> pulumi.Input[str]:
44
44
  """
45
- 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.
45
+ 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.
46
46
  """
47
47
  return pulumi.get(self, "project")
48
48
 
@@ -66,7 +66,7 @@ class KafkaSchemaArgs:
66
66
  @pulumi.getter(name="serviceName")
67
67
  def service_name(self) -> pulumi.Input[str]:
68
68
  """
69
- 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.
69
+ 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.
70
70
  """
71
71
  return pulumi.get(self, "service_name")
72
72
 
@@ -78,7 +78,7 @@ class KafkaSchemaArgs:
78
78
  @pulumi.getter(name="subjectName")
79
79
  def subject_name(self) -> pulumi.Input[str]:
80
80
  """
81
- The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
81
+ The Kafka Schema Subject name. Changing this property forces recreation of the resource.
82
82
  """
83
83
  return pulumi.get(self, "subject_name")
84
84
 
@@ -124,11 +124,11 @@ class _KafkaSchemaState:
124
124
  """
125
125
  Input properties used for looking up and filtering KafkaSchema resources.
126
126
  :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
127
- :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.
127
+ :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.
128
128
  :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
129
129
  :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
130
- :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.
131
- :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
130
+ :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.
131
+ :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
132
132
  :param pulumi.Input[int] version: Kafka Schema configuration version.
133
133
  """
134
134
  if compatibility_level is not None:
@@ -162,7 +162,7 @@ class _KafkaSchemaState:
162
162
  @pulumi.getter
163
163
  def project(self) -> Optional[pulumi.Input[str]]:
164
164
  """
165
- 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.
165
+ 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.
166
166
  """
167
167
  return pulumi.get(self, "project")
168
168
 
@@ -198,7 +198,7 @@ class _KafkaSchemaState:
198
198
  @pulumi.getter(name="serviceName")
199
199
  def service_name(self) -> Optional[pulumi.Input[str]]:
200
200
  """
201
- 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.
201
+ 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.
202
202
  """
203
203
  return pulumi.get(self, "service_name")
204
204
 
@@ -210,7 +210,7 @@ class _KafkaSchemaState:
210
210
  @pulumi.getter(name="subjectName")
211
211
  def subject_name(self) -> Optional[pulumi.Input[str]]:
212
212
  """
213
- The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
213
+ The Kafka Schema Subject name. Changing this property forces recreation of the resource.
214
214
  """
215
215
  return pulumi.get(self, "subject_name")
216
216
 
@@ -248,6 +248,7 @@ class KafkaSchema(pulumi.CustomResource):
248
248
 
249
249
  ## Example Usage
250
250
 
251
+ <!--Start PulumiCodeChooser -->
251
252
  ```python
252
253
  import pulumi
253
254
  import pulumi_aiven as aiven
@@ -258,35 +259,38 @@ class KafkaSchema(pulumi.CustomResource):
258
259
  subject_name="kafka-schema1",
259
260
  compatibility_level="FORWARD",
260
261
  schema=\"\"\" {
261
- "doc": "example",
262
- "fields": [{
263
- "default": 5,
264
- "doc": "my test number",
265
- "name": "test",
266
- "namespace": "test",
267
- "type": "int"
268
- }],
269
- "name": "example",
270
- "namespace": "example",
271
- "type": "record"
262
+ "doc": "example",
263
+ "fields": [
264
+ {
265
+ "default": 5,
266
+ "doc": "my test number",
267
+ "name": "test",
268
+ "namespace": "test",
269
+ "type": "int"
270
+ }
271
+ ],
272
+ "name": "example",
273
+ "namespace": "example",
274
+ "type": "record"
272
275
  }
273
276
  \"\"\")
274
277
  ```
278
+ <!--End PulumiCodeChooser -->
275
279
 
276
280
  ## Import
277
281
 
278
282
  ```sh
279
- $ pulumi import aiven:index/kafkaSchema:KafkaSchema kafka-schema1 project/service_name/subject_name
283
+ $ pulumi import aiven:index/kafkaSchema:KafkaSchema kafka-schema1 project/service_name/subject_name
280
284
  ```
281
285
 
282
286
  :param str resource_name: The name of the resource.
283
287
  :param pulumi.ResourceOptions opts: Options for the resource.
284
288
  :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
285
- :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.
289
+ :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.
286
290
  :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
287
291
  :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
288
- :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.
289
- :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. 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. Changing this property forces recreation of the resource.
293
+ :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
290
294
  """
291
295
  ...
292
296
  @overload
@@ -299,6 +303,7 @@ class KafkaSchema(pulumi.CustomResource):
299
303
 
300
304
  ## Example Usage
301
305
 
306
+ <!--Start PulumiCodeChooser -->
302
307
  ```python
303
308
  import pulumi
304
309
  import pulumi_aiven as aiven
@@ -309,25 +314,28 @@ class KafkaSchema(pulumi.CustomResource):
309
314
  subject_name="kafka-schema1",
310
315
  compatibility_level="FORWARD",
311
316
  schema=\"\"\" {
312
- "doc": "example",
313
- "fields": [{
314
- "default": 5,
315
- "doc": "my test number",
316
- "name": "test",
317
- "namespace": "test",
318
- "type": "int"
319
- }],
320
- "name": "example",
321
- "namespace": "example",
322
- "type": "record"
317
+ "doc": "example",
318
+ "fields": [
319
+ {
320
+ "default": 5,
321
+ "doc": "my test number",
322
+ "name": "test",
323
+ "namespace": "test",
324
+ "type": "int"
325
+ }
326
+ ],
327
+ "name": "example",
328
+ "namespace": "example",
329
+ "type": "record"
323
330
  }
324
331
  \"\"\")
325
332
  ```
333
+ <!--End PulumiCodeChooser -->
326
334
 
327
335
  ## Import
328
336
 
329
337
  ```sh
330
- $ pulumi import aiven:index/kafkaSchema:KafkaSchema kafka-schema1 project/service_name/subject_name
338
+ $ pulumi import aiven:index/kafkaSchema:KafkaSchema kafka-schema1 project/service_name/subject_name
331
339
  ```
332
340
 
333
341
  :param str resource_name: The name of the resource.
@@ -400,11 +408,11 @@ class KafkaSchema(pulumi.CustomResource):
400
408
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
401
409
  :param pulumi.ResourceOptions opts: Options for the resource.
402
410
  :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
403
- :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.
411
+ :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.
404
412
  :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
405
413
  :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
406
- :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.
407
- :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
414
+ :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.
415
+ :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
408
416
  :param pulumi.Input[int] version: Kafka Schema configuration version.
409
417
  """
410
418
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -432,7 +440,7 @@ class KafkaSchema(pulumi.CustomResource):
432
440
  @pulumi.getter
433
441
  def project(self) -> pulumi.Output[str]:
434
442
  """
435
- 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.
443
+ 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.
436
444
  """
437
445
  return pulumi.get(self, "project")
438
446
 
@@ -456,7 +464,7 @@ class KafkaSchema(pulumi.CustomResource):
456
464
  @pulumi.getter(name="serviceName")
457
465
  def service_name(self) -> pulumi.Output[str]:
458
466
  """
459
- 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.
467
+ 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.
460
468
  """
461
469
  return pulumi.get(self, "service_name")
462
470
 
@@ -464,7 +472,7 @@ class KafkaSchema(pulumi.CustomResource):
464
472
  @pulumi.getter(name="subjectName")
465
473
  def subject_name(self) -> pulumi.Output[str]:
466
474
  """
467
- The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
475
+ The Kafka Schema Subject name. Changing this property forces recreation of the resource.
468
476
  """
469
477
  return pulumi.get(self, "subject_name")
470
478
 
@@ -19,8 +19,8 @@ class KafkaSchemaConfigurationArgs:
19
19
  compatibility_level: Optional[pulumi.Input[str]] = None):
20
20
  """
21
21
  The set of arguments for constructing a KafkaSchemaConfiguration resource.
22
- :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.
23
- :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.
22
+ :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.
23
+ :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.
24
24
  :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
25
25
  """
26
26
  pulumi.set(__self__, "project", project)
@@ -32,7 +32,7 @@ class KafkaSchemaConfigurationArgs:
32
32
  @pulumi.getter
33
33
  def project(self) -> pulumi.Input[str]:
34
34
  """
35
- 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.
35
+ 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.
36
36
  """
37
37
  return pulumi.get(self, "project")
38
38
 
@@ -44,7 +44,7 @@ class KafkaSchemaConfigurationArgs:
44
44
  @pulumi.getter(name="serviceName")
45
45
  def service_name(self) -> pulumi.Input[str]:
46
46
  """
47
- 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.
47
+ 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.
48
48
  """
49
49
  return pulumi.get(self, "service_name")
50
50
 
@@ -74,8 +74,8 @@ class _KafkaSchemaConfigurationState:
74
74
  """
75
75
  Input properties used for looking up and filtering KafkaSchemaConfiguration resources.
76
76
  :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
77
- :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.
78
- :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.
77
+ :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.
78
+ :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.
79
79
  """
80
80
  if compatibility_level is not None:
81
81
  pulumi.set(__self__, "compatibility_level", compatibility_level)
@@ -100,7 +100,7 @@ class _KafkaSchemaConfigurationState:
100
100
  @pulumi.getter
101
101
  def project(self) -> Optional[pulumi.Input[str]]:
102
102
  """
103
- 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.
103
+ 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.
104
104
  """
105
105
  return pulumi.get(self, "project")
106
106
 
@@ -112,7 +112,7 @@ class _KafkaSchemaConfigurationState:
112
112
  @pulumi.getter(name="serviceName")
113
113
  def service_name(self) -> Optional[pulumi.Input[str]]:
114
114
  """
115
- 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.
115
+ 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.
116
116
  """
117
117
  return pulumi.get(self, "service_name")
118
118
 
@@ -135,6 +135,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
135
135
 
136
136
  ## Example Usage
137
137
 
138
+ <!--Start PulumiCodeChooser -->
138
139
  ```python
139
140
  import pulumi
140
141
  import pulumi_aiven as aiven
@@ -144,18 +145,19 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
144
145
  service_name=aiven_kafka["kafka-service1"]["service_name"],
145
146
  compatibility_level="BACKWARD")
146
147
  ```
148
+ <!--End PulumiCodeChooser -->
147
149
 
148
150
  ## Import
149
151
 
150
152
  ```sh
151
- $ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config project/service_name
153
+ $ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config project/service_name
152
154
  ```
153
155
 
154
156
  :param str resource_name: The name of the resource.
155
157
  :param pulumi.ResourceOptions opts: Options for the resource.
156
158
  :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
157
- :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.
158
- :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.
159
+ :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.
160
+ :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.
159
161
  """
160
162
  ...
161
163
  @overload
@@ -168,6 +170,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
168
170
 
169
171
  ## Example Usage
170
172
 
173
+ <!--Start PulumiCodeChooser -->
171
174
  ```python
172
175
  import pulumi
173
176
  import pulumi_aiven as aiven
@@ -177,11 +180,12 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
177
180
  service_name=aiven_kafka["kafka-service1"]["service_name"],
178
181
  compatibility_level="BACKWARD")
179
182
  ```
183
+ <!--End PulumiCodeChooser -->
180
184
 
181
185
  ## Import
182
186
 
183
187
  ```sh
184
- $ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config project/service_name
188
+ $ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config project/service_name
185
189
  ```
186
190
 
187
191
  :param str resource_name: The name of the resource.
@@ -239,8 +243,8 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
239
243
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
240
244
  :param pulumi.ResourceOptions opts: Options for the resource.
241
245
  :param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
242
- :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.
243
- :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.
246
+ :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.
247
+ :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.
244
248
  """
245
249
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
246
250
 
@@ -263,7 +267,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
263
267
  @pulumi.getter
264
268
  def project(self) -> pulumi.Output[str]:
265
269
  """
266
- 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.
270
+ 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.
267
271
  """
268
272
  return pulumi.get(self, "project")
269
273
 
@@ -271,7 +275,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
271
275
  @pulumi.getter(name="serviceName")
272
276
  def service_name(self) -> pulumi.Output[str]:
273
277
  """
274
- 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.
278
+ 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.
275
279
  """
276
280
  return pulumi.get(self, "service_name")
277
281