pulumi-aiven 6.14.0a1714540524__py3-none-any.whl → 6.14.0a1714596828__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 (113) hide show
  1. pulumi_aiven/_inputs.py +88 -150
  2. pulumi_aiven/account_authentication.py +2 -2
  3. pulumi_aiven/account_team_member.py +2 -2
  4. pulumi_aiven/aws_privatelink.py +14 -14
  5. pulumi_aiven/azure_privatelink.py +14 -14
  6. pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
  7. pulumi_aiven/billing_group.py +18 -16
  8. pulumi_aiven/cassandra.py +16 -44
  9. pulumi_aiven/cassandra_user.py +16 -16
  10. pulumi_aiven/clickhouse.py +16 -44
  11. pulumi_aiven/clickhouse_database.py +16 -16
  12. pulumi_aiven/clickhouse_grant.py +14 -14
  13. pulumi_aiven/clickhouse_role.py +16 -16
  14. pulumi_aiven/clickhouse_user.py +14 -14
  15. pulumi_aiven/connection_pool.py +16 -16
  16. pulumi_aiven/dragonfly.py +124 -263
  17. pulumi_aiven/flink.py +16 -16
  18. pulumi_aiven/flink_application.py +16 -16
  19. pulumi_aiven/flink_application_deployment.py +21 -21
  20. pulumi_aiven/flink_application_version.py +14 -14
  21. pulumi_aiven/gcp_privatelink.py +21 -21
  22. pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
  23. pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
  24. pulumi_aiven/get_aws_privatelink.py +6 -6
  25. pulumi_aiven/get_azure_privatelink.py +6 -6
  26. pulumi_aiven/get_billing_group.py +2 -2
  27. pulumi_aiven/get_cassanda.py +5 -18
  28. pulumi_aiven/get_cassandra.py +5 -18
  29. pulumi_aiven/get_cassandra_user.py +6 -6
  30. pulumi_aiven/get_clickhouse.py +5 -18
  31. pulumi_aiven/get_clickhouse_database.py +6 -6
  32. pulumi_aiven/get_clickhouse_user.py +6 -6
  33. pulumi_aiven/get_connection_pool.py +6 -6
  34. pulumi_aiven/get_dragonfly.py +27 -20
  35. pulumi_aiven/get_flink.py +4 -4
  36. pulumi_aiven/get_flink_application.py +6 -6
  37. pulumi_aiven/get_flink_application_version.py +6 -6
  38. pulumi_aiven/get_grafana.py +5 -18
  39. pulumi_aiven/get_kafka.py +13 -13
  40. pulumi_aiven/get_kafka_acl.py +6 -6
  41. pulumi_aiven/get_kafka_connect.py +5 -18
  42. pulumi_aiven/get_kafka_connector.py +6 -6
  43. pulumi_aiven/get_kafka_mirror_maker.py +5 -18
  44. pulumi_aiven/get_kafka_schema.py +6 -6
  45. pulumi_aiven/get_kafka_schema_configuration.py +6 -6
  46. pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
  47. pulumi_aiven/get_kafka_topic.py +16 -16
  48. pulumi_aiven/get_kafka_user.py +6 -6
  49. pulumi_aiven/get_m3_aggregator.py +5 -18
  50. pulumi_aiven/get_m3_db.py +5 -18
  51. pulumi_aiven/get_m3db_user.py +6 -6
  52. pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
  53. pulumi_aiven/get_my_sql.py +5 -18
  54. pulumi_aiven/get_mysql_database.py +6 -6
  55. pulumi_aiven/get_mysql_user.py +6 -6
  56. pulumi_aiven/get_open_search.py +4 -4
  57. pulumi_aiven/get_open_search_acl_config.py +6 -6
  58. pulumi_aiven/get_open_search_acl_rule.py +6 -6
  59. pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
  60. pulumi_aiven/get_opensearch_user.py +6 -6
  61. pulumi_aiven/get_pg.py +4 -4
  62. pulumi_aiven/get_pg_database.py +6 -6
  63. pulumi_aiven/get_pg_user.py +6 -6
  64. pulumi_aiven/get_project.py +17 -17
  65. pulumi_aiven/get_project_user.py +7 -7
  66. pulumi_aiven/get_redis.py +5 -18
  67. pulumi_aiven/get_redis_user.py +6 -6
  68. pulumi_aiven/get_service_integration.py +19 -29
  69. pulumi_aiven/grafana.py +78 -261
  70. pulumi_aiven/influx_db.py +21 -21
  71. pulumi_aiven/influxdb_database.py +21 -21
  72. pulumi_aiven/influxdb_user.py +21 -21
  73. pulumi_aiven/kafka.py +43 -43
  74. pulumi_aiven/kafka_acl.py +16 -16
  75. pulumi_aiven/kafka_connect.py +78 -261
  76. pulumi_aiven/kafka_connector.py +14 -14
  77. pulumi_aiven/kafka_mirror_maker.py +78 -261
  78. pulumi_aiven/kafka_schema.py +14 -14
  79. pulumi_aiven/kafka_schema_configuration.py +16 -16
  80. pulumi_aiven/kafka_schema_registry_acl.py +54 -14
  81. pulumi_aiven/kafka_topic.py +54 -54
  82. pulumi_aiven/kafka_user.py +16 -16
  83. pulumi_aiven/m3_aggregator.py +78 -261
  84. pulumi_aiven/m3_db.py +78 -261
  85. pulumi_aiven/m3db_user.py +14 -14
  86. pulumi_aiven/mirror_maker_replication_flow.py +14 -14
  87. pulumi_aiven/my_sql.py +78 -261
  88. pulumi_aiven/mysql_database.py +16 -16
  89. pulumi_aiven/mysql_user.py +16 -16
  90. pulumi_aiven/open_search.py +14 -14
  91. pulumi_aiven/open_search_acl_config.py +16 -20
  92. pulumi_aiven/open_search_acl_rule.py +16 -16
  93. pulumi_aiven/opensearch_security_plugin_config.py +16 -16
  94. pulumi_aiven/opensearch_user.py +16 -16
  95. pulumi_aiven/organization_group_project.py +20 -6
  96. pulumi_aiven/organization_user.py +2 -20
  97. pulumi_aiven/outputs.py +147 -266
  98. pulumi_aiven/pg.py +16 -16
  99. pulumi_aiven/pg_database.py +16 -16
  100. pulumi_aiven/pg_user.py +16 -16
  101. pulumi_aiven/project.py +71 -71
  102. pulumi_aiven/project_user.py +22 -22
  103. pulumi_aiven/project_vpc.py +7 -7
  104. pulumi_aiven/redis.py +78 -261
  105. pulumi_aiven/redis_user.py +16 -16
  106. pulumi_aiven/service_integration.py +54 -54
  107. pulumi_aiven/static_ip.py +7 -7
  108. pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
  109. {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/METADATA +1 -1
  110. pulumi_aiven-6.14.0a1714596828.dist-info/RECORD +150 -0
  111. pulumi_aiven-6.14.0a1714540524.dist-info/RECORD +0 -150
  112. {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/WHEEL +0 -0
  113. {pulumi_aiven-6.14.0a1714540524.dist-info → pulumi_aiven-6.14.0a1714596828.dist-info}/top_level.txt +0 -0
@@ -22,9 +22,9 @@ 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. Changing this property forces recreation of the resource.
25
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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. Changing this property forces recreation of the resource.
27
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
28
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.
@@ -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. Changing this property forces recreation of the resource.
45
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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. Changing this property forces recreation of the resource.
69
+ 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
 
@@ -124,10 +124,10 @@ 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. Changing this property forces recreation of the resource.
127
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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. Changing this property forces recreation of the resource.
130
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
131
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
  """
@@ -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. Changing this property forces recreation of the resource.
165
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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. Changing this property forces recreation of the resource.
201
+ 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
 
@@ -284,10 +284,10 @@ class KafkaSchema(pulumi.CustomResource):
284
284
  :param str resource_name: The name of the resource.
285
285
  :param pulumi.ResourceOptions opts: Options for the resource.
286
286
  :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`.
287
- :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.
287
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
288
288
  :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
289
289
  :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
290
- :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.
290
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
291
291
  :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
292
292
  """
293
293
  ...
@@ -404,10 +404,10 @@ class KafkaSchema(pulumi.CustomResource):
404
404
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
405
405
  :param pulumi.ResourceOptions opts: Options for the resource.
406
406
  :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`.
407
- :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.
407
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
408
408
  :param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
409
409
  :param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
410
- :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.
410
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
411
411
  :param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
412
412
  :param pulumi.Input[int] version: Kafka Schema configuration version.
413
413
  """
@@ -436,7 +436,7 @@ class KafkaSchema(pulumi.CustomResource):
436
436
  @pulumi.getter
437
437
  def project(self) -> pulumi.Output[str]:
438
438
  """
439
- 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.
439
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
440
440
  """
441
441
  return pulumi.get(self, "project")
442
442
 
@@ -460,7 +460,7 @@ class KafkaSchema(pulumi.CustomResource):
460
460
  @pulumi.getter(name="serviceName")
461
461
  def service_name(self) -> pulumi.Output[str]:
462
462
  """
463
- 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.
463
+ 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.
464
464
  """
465
465
  return pulumi.get(self, "service_name")
466
466
 
@@ -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. 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.
22
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
23
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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. Changing this property forces recreation of the resource.
35
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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. Changing this property forces recreation of the resource.
47
+ 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. 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.
77
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
78
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
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. Changing this property forces recreation of the resource.
103
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
104
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. Changing this property forces recreation of the resource.
115
+ 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
 
@@ -148,14 +148,14 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
148
148
  ## Import
149
149
 
150
150
  ```sh
151
- $ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config project/service_name
151
+ $ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config PROJECT/SERVICE_NAME
152
152
  ```
153
153
 
154
154
  :param str resource_name: The name of the resource.
155
155
  :param pulumi.ResourceOptions opts: Options for the resource.
156
156
  :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. Changing this property 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. Changing this property forces recreation of the resource.
157
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
158
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
159
159
  """
160
160
  ...
161
161
  @overload
@@ -181,7 +181,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
181
181
  ## Import
182
182
 
183
183
  ```sh
184
- $ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config project/service_name
184
+ $ pulumi import aiven:index/kafkaSchemaConfiguration:KafkaSchemaConfiguration config PROJECT/SERVICE_NAME
185
185
  ```
186
186
 
187
187
  :param str resource_name: The name of the resource.
@@ -239,8 +239,8 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
239
239
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
240
240
  :param pulumi.ResourceOptions opts: Options for the resource.
241
241
  :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. Changing this property 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. Changing this property forces recreation of the resource.
242
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
243
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
244
244
  """
245
245
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
246
246
 
@@ -263,7 +263,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
263
263
  @pulumi.getter
264
264
  def project(self) -> pulumi.Output[str]:
265
265
  """
266
- 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.
266
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
267
267
  """
268
268
  return pulumi.get(self, "project")
269
269
 
@@ -271,7 +271,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
271
271
  @pulumi.getter(name="serviceName")
272
272
  def service_name(self) -> pulumi.Output[str]:
273
273
  """
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. Changing this property forces recreation of the resource.
274
+ 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
275
  """
276
276
  return pulumi.get(self, "service_name")
277
277
 
@@ -22,9 +22,9 @@ class KafkaSchemaRegistryAclArgs:
22
22
  """
23
23
  The set of arguments for constructing a KafkaSchemaRegistryAcl resource.
24
24
  :param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property 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.
25
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
26
26
  :param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property 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.
27
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
28
28
  :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
29
29
  """
30
30
  pulumi.set(__self__, "permission", permission)
@@ -49,7 +49,7 @@ class KafkaSchemaRegistryAclArgs:
49
49
  @pulumi.getter
50
50
  def project(self) -> pulumi.Input[str]:
51
51
  """
52
- 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.
52
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
53
53
  """
54
54
  return pulumi.get(self, "project")
55
55
 
@@ -73,7 +73,7 @@ class KafkaSchemaRegistryAclArgs:
73
73
  @pulumi.getter(name="serviceName")
74
74
  def service_name(self) -> pulumi.Input[str]:
75
75
  """
76
- 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.
76
+ 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.
77
77
  """
78
78
  return pulumi.get(self, "service_name")
79
79
 
@@ -107,9 +107,9 @@ class _KafkaSchemaRegistryAclState:
107
107
  Input properties used for looking up and filtering KafkaSchemaRegistryAcl resources.
108
108
  :param pulumi.Input[str] acl_id: Kafka Schema Registry ACL ID
109
109
  :param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
110
- :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.
110
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
111
111
  :param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
112
- :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.
112
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
113
113
  :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
114
114
  """
115
115
  if acl_id is not None:
@@ -153,7 +153,7 @@ class _KafkaSchemaRegistryAclState:
153
153
  @pulumi.getter
154
154
  def project(self) -> Optional[pulumi.Input[str]]:
155
155
  """
156
- 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.
156
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
157
157
  """
158
158
  return pulumi.get(self, "project")
159
159
 
@@ -177,7 +177,7 @@ class _KafkaSchemaRegistryAclState:
177
177
  @pulumi.getter(name="serviceName")
178
178
  def service_name(self) -> Optional[pulumi.Input[str]]:
179
179
  """
180
- 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.
180
+ 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.
181
181
  """
182
182
  return pulumi.get(self, "service_name")
183
183
 
@@ -212,12 +212,32 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
212
212
  """
213
213
  The Resource Kafka Schema Registry ACL resource allows the creation and management of Schema Registry ACLs for an Aiven Kafka service.
214
214
 
215
+ ## Example Usage
216
+
217
+ ```python
218
+ import pulumi
219
+ import pulumi_aiven as aiven
220
+
221
+ foo = aiven.KafkaSchemaRegistryAcl("foo",
222
+ project=kafka_schemas_project1["project"],
223
+ service_name=kafka_service1["serviceName"],
224
+ resource="Subject:topic-1",
225
+ username="group-user-*",
226
+ permission="schema_registry_read")
227
+ ```
228
+
229
+ ## Import
230
+
231
+ ```sh
232
+ $ pulumi import aiven:index/kafkaSchemaRegistryAcl:KafkaSchemaRegistryAcl foo PROJECT/SERVICE_NAME
233
+ ```
234
+
215
235
  :param str resource_name: The name of the resource.
216
236
  :param pulumi.ResourceOptions opts: Options for the resource.
217
237
  :param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
218
- :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.
238
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
219
239
  :param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
220
- :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.
240
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
221
241
  :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
222
242
  """
223
243
  ...
@@ -229,6 +249,26 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
229
249
  """
230
250
  The Resource Kafka Schema Registry ACL resource allows the creation and management of Schema Registry ACLs for an Aiven Kafka service.
231
251
 
252
+ ## Example Usage
253
+
254
+ ```python
255
+ import pulumi
256
+ import pulumi_aiven as aiven
257
+
258
+ foo = aiven.KafkaSchemaRegistryAcl("foo",
259
+ project=kafka_schemas_project1["project"],
260
+ service_name=kafka_service1["serviceName"],
261
+ resource="Subject:topic-1",
262
+ username="group-user-*",
263
+ permission="schema_registry_read")
264
+ ```
265
+
266
+ ## Import
267
+
268
+ ```sh
269
+ $ pulumi import aiven:index/kafkaSchemaRegistryAcl:KafkaSchemaRegistryAcl foo PROJECT/SERVICE_NAME
270
+ ```
271
+
232
272
  :param str resource_name: The name of the resource.
233
273
  :param KafkaSchemaRegistryAclArgs args: The arguments to use to populate this resource's properties.
234
274
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -299,9 +339,9 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
299
339
  :param pulumi.ResourceOptions opts: Options for the resource.
300
340
  :param pulumi.Input[str] acl_id: Kafka Schema Registry ACL ID
301
341
  :param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
302
- :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.
342
+ :param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
303
343
  :param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
304
- :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.
344
+ :param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
305
345
  :param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
306
346
  """
307
347
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -336,7 +376,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
336
376
  @pulumi.getter
337
377
  def project(self) -> pulumi.Output[str]:
338
378
  """
339
- 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.
379
+ The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
340
380
  """
341
381
  return pulumi.get(self, "project")
342
382
 
@@ -352,7 +392,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
352
392
  @pulumi.getter(name="serviceName")
353
393
  def service_name(self) -> pulumi.Output[str]:
354
394
  """
355
- 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.
395
+ 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.
356
396
  """
357
397
  return pulumi.get(self, "service_name")
358
398