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
@@ -64,7 +64,7 @@ class GetKafkaAclResult:
64
64
  @pulumi.getter
65
65
  def permission(self) -> str:
66
66
  """
67
- Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
67
+ Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
68
68
  """
69
69
  return pulumi.get(self, "permission")
70
70
 
@@ -72,7 +72,7 @@ class GetKafkaAclResult:
72
72
  @pulumi.getter
73
73
  def project(self) -> str:
74
74
  """
75
- 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.
75
+ 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.
76
76
  """
77
77
  return pulumi.get(self, "project")
78
78
 
@@ -80,7 +80,7 @@ class GetKafkaAclResult:
80
80
  @pulumi.getter(name="serviceName")
81
81
  def service_name(self) -> str:
82
82
  """
83
- 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.
83
+ 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.
84
84
  """
85
85
  return pulumi.get(self, "service_name")
86
86
 
@@ -88,7 +88,7 @@ class GetKafkaAclResult:
88
88
  @pulumi.getter
89
89
  def topic(self) -> str:
90
90
  """
91
- Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
91
+ Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
92
92
  """
93
93
  return pulumi.get(self, "topic")
94
94
 
@@ -96,7 +96,7 @@ class GetKafkaAclResult:
96
96
  @pulumi.getter
97
97
  def username(self) -> str:
98
98
  """
99
- Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
99
+ Username pattern for the ACL entry. Changing this property forces recreation of the resource.
100
100
  """
101
101
  return pulumi.get(self, "username")
102
102
 
@@ -127,6 +127,7 @@ def get_kafka_acl(permission: Optional[str] = None,
127
127
 
128
128
  ## Example Usage
129
129
 
130
+ <!--Start PulumiCodeChooser -->
130
131
  ```python
131
132
  import pulumi
132
133
  import pulumi_aiven as aiven
@@ -137,13 +138,14 @@ def get_kafka_acl(permission: Optional[str] = None,
137
138
  permission="<PERMISSON>",
138
139
  username="<USERNAME_PATTERN>")
139
140
  ```
141
+ <!--End PulumiCodeChooser -->
140
142
 
141
143
 
142
- :param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
143
- :param 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.
144
- :param 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.
145
- :param str topic: Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
146
- :param str username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
144
+ :param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
145
+ :param 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.
146
+ :param 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.
147
+ :param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
148
+ :param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
147
149
  """
148
150
  __args__ = dict()
149
151
  __args__['permission'] = permission
@@ -176,6 +178,7 @@ def get_kafka_acl_output(permission: Optional[pulumi.Input[str]] = None,
176
178
 
177
179
  ## Example Usage
178
180
 
181
+ <!--Start PulumiCodeChooser -->
179
182
  ```python
180
183
  import pulumi
181
184
  import pulumi_aiven as aiven
@@ -186,12 +189,13 @@ def get_kafka_acl_output(permission: Optional[pulumi.Input[str]] = None,
186
189
  permission="<PERMISSON>",
187
190
  username="<USERNAME_PATTERN>")
188
191
  ```
192
+ <!--End PulumiCodeChooser -->
189
193
 
190
194
 
191
- :param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. This property cannot be changed, doing so forces recreation of the resource.
192
- :param 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.
193
- :param 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.
194
- :param str topic: Topic name pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
195
- :param str username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
195
+ :param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
196
+ :param 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.
197
+ :param 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.
198
+ :param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
199
+ :param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
196
200
  """
197
201
  ...
@@ -227,7 +227,7 @@ class GetKafkaConnectResult:
227
227
  @pulumi.getter
228
228
  def project(self) -> str:
229
229
  """
230
- 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.
230
+ 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.
231
231
  """
232
232
  return pulumi.get(self, "project")
233
233
 
@@ -389,6 +389,7 @@ def get_kafka_connect(project: Optional[str] = None,
389
389
 
390
390
  ## Example Usage
391
391
 
392
+ <!--Start PulumiCodeChooser -->
392
393
  ```python
393
394
  import pulumi
394
395
  import pulumi_aiven as aiven
@@ -396,9 +397,10 @@ def get_kafka_connect(project: Optional[str] = None,
396
397
  kc1 = aiven.get_kafka_connect(project=data["aiven_project"]["pr1"]["project"],
397
398
  service_name="my-kc1")
398
399
  ```
400
+ <!--End PulumiCodeChooser -->
399
401
 
400
402
 
401
- :param 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.
403
+ :param 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.
402
404
  :param 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.
403
405
  """
404
406
  __args__ = dict()
@@ -448,6 +450,7 @@ def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
448
450
 
449
451
  ## Example Usage
450
452
 
453
+ <!--Start PulumiCodeChooser -->
451
454
  ```python
452
455
  import pulumi
453
456
  import pulumi_aiven as aiven
@@ -455,9 +458,10 @@ def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
455
458
  kc1 = aiven.get_kafka_connect(project=data["aiven_project"]["pr1"]["project"],
456
459
  service_name="my-kc1")
457
460
  ```
461
+ <!--End PulumiCodeChooser -->
458
462
 
459
463
 
460
- :param 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.
464
+ :param 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.
461
465
  :param 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.
462
466
  """
463
467
  ...
@@ -72,7 +72,7 @@ class GetKafkaConnectorResult:
72
72
  @pulumi.getter(name="connectorName")
73
73
  def connector_name(self) -> str:
74
74
  """
75
- The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
75
+ The kafka connector name. Changing this property forces recreation of the resource.
76
76
  """
77
77
  return pulumi.get(self, "connector_name")
78
78
 
@@ -136,7 +136,7 @@ class GetKafkaConnectorResult:
136
136
  @pulumi.getter
137
137
  def project(self) -> str:
138
138
  """
139
- 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.
139
+ 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.
140
140
  """
141
141
  return pulumi.get(self, "project")
142
142
 
@@ -144,7 +144,7 @@ class GetKafkaConnectorResult:
144
144
  @pulumi.getter(name="serviceName")
145
145
  def service_name(self) -> str:
146
146
  """
147
- 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.
147
+ 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.
148
148
  """
149
149
  return pulumi.get(self, "service_name")
150
150
 
@@ -186,6 +186,7 @@ def get_kafka_connector(connector_name: Optional[str] = None,
186
186
 
187
187
  ## Example Usage
188
188
 
189
+ <!--Start PulumiCodeChooser -->
189
190
  ```python
190
191
  import pulumi
191
192
  import pulumi_aiven as aiven
@@ -194,11 +195,12 @@ def get_kafka_connector(connector_name: Optional[str] = None,
194
195
  service_name=aiven_kafka["kafka-service1"]["service_name"],
195
196
  connector_name="kafka-es-con1")
196
197
  ```
198
+ <!--End PulumiCodeChooser -->
197
199
 
198
200
 
199
- :param str connector_name: The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
200
- :param 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.
201
- :param 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.
201
+ :param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
202
+ :param 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.
203
+ :param 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.
202
204
  """
203
205
  __args__ = dict()
204
206
  __args__['connectorName'] = connector_name
@@ -232,6 +234,7 @@ def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = Non
232
234
 
233
235
  ## Example Usage
234
236
 
237
+ <!--Start PulumiCodeChooser -->
235
238
  ```python
236
239
  import pulumi
237
240
  import pulumi_aiven as aiven
@@ -240,10 +243,11 @@ def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = Non
240
243
  service_name=aiven_kafka["kafka-service1"]["service_name"],
241
244
  connector_name="kafka-es-con1")
242
245
  ```
246
+ <!--End PulumiCodeChooser -->
243
247
 
244
248
 
245
- :param str connector_name: The kafka connector name. This property cannot be changed, doing so forces recreation of the resource.
246
- :param 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.
247
- :param 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.
249
+ :param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
250
+ :param 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.
251
+ :param 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.
248
252
  """
249
253
  ...
@@ -227,7 +227,7 @@ class GetKafkaMirrorMakerResult:
227
227
  @pulumi.getter
228
228
  def project(self) -> str:
229
229
  """
230
- 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.
230
+ 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.
231
231
  """
232
232
  return pulumi.get(self, "project")
233
233
 
@@ -389,6 +389,7 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
389
389
 
390
390
  ## Example Usage
391
391
 
392
+ <!--Start PulumiCodeChooser -->
392
393
  ```python
393
394
  import pulumi
394
395
  import pulumi_aiven as aiven
@@ -396,9 +397,10 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
396
397
  mm1 = aiven.get_kafka_mirror_maker(project=data["aiven_project"]["pr1"]["project"],
397
398
  service_name="my-mm1")
398
399
  ```
400
+ <!--End PulumiCodeChooser -->
399
401
 
400
402
 
401
- :param 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.
403
+ :param 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.
402
404
  :param 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.
403
405
  """
404
406
  __args__ = dict()
@@ -448,6 +450,7 @@ def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[str]] = None,
448
450
 
449
451
  ## Example Usage
450
452
 
453
+ <!--Start PulumiCodeChooser -->
451
454
  ```python
452
455
  import pulumi
453
456
  import pulumi_aiven as aiven
@@ -455,9 +458,10 @@ def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[str]] = None,
455
458
  mm1 = aiven.get_kafka_mirror_maker(project=data["aiven_project"]["pr1"]["project"],
456
459
  service_name="my-mm1")
457
460
  ```
461
+ <!--End PulumiCodeChooser -->
458
462
 
459
463
 
460
- :param 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.
464
+ :param 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.
461
465
  :param 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.
462
466
  """
463
467
  ...
@@ -67,7 +67,7 @@ class GetKafkaSchemaResult:
67
67
  @pulumi.getter
68
68
  def project(self) -> str:
69
69
  """
70
- 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.
70
+ 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.
71
71
  """
72
72
  return pulumi.get(self, "project")
73
73
 
@@ -91,7 +91,7 @@ class GetKafkaSchemaResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
94
- 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.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -99,7 +99,7 @@ class GetKafkaSchemaResult:
99
99
  @pulumi.getter(name="subjectName")
100
100
  def subject_name(self) -> str:
101
101
  """
102
- The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
102
+ The Kafka Schema Subject name. Changing this property forces recreation of the resource.
103
103
  """
104
104
  return pulumi.get(self, "subject_name")
105
105
 
@@ -137,6 +137,7 @@ def get_kafka_schema(project: Optional[str] = None,
137
137
 
138
138
  ## Example Usage
139
139
 
140
+ <!--Start PulumiCodeChooser -->
140
141
  ```python
141
142
  import pulumi
142
143
  import pulumi_aiven as aiven
@@ -144,11 +145,12 @@ def get_kafka_schema(project: Optional[str] = None,
144
145
  config = aiven.get_kafka_schema_configuration(project=aiven_project["kafka-schemas-project1"]["project"],
145
146
  service_name=aiven_kafka["kafka-service1"]["service_name"])
146
147
  ```
148
+ <!--End PulumiCodeChooser -->
147
149
 
148
150
 
149
- :param 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.
150
- :param 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.
151
- :param str subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
151
+ :param 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.
152
+ :param 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.
153
+ :param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
152
154
  """
153
155
  __args__ = dict()
154
156
  __args__['project'] = project
@@ -178,6 +180,7 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
178
180
 
179
181
  ## Example Usage
180
182
 
183
+ <!--Start PulumiCodeChooser -->
181
184
  ```python
182
185
  import pulumi
183
186
  import pulumi_aiven as aiven
@@ -185,10 +188,11 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
185
188
  config = aiven.get_kafka_schema_configuration(project=aiven_project["kafka-schemas-project1"]["project"],
186
189
  service_name=aiven_kafka["kafka-service1"]["service_name"])
187
190
  ```
191
+ <!--End PulumiCodeChooser -->
188
192
 
189
193
 
190
- :param 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.
191
- :param 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.
192
- :param str subject_name: The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
194
+ :param 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.
195
+ :param 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.
196
+ :param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
193
197
  """
194
198
  ...
@@ -67,7 +67,7 @@ class GetKafkaSchemaConfigurationResult:
67
67
  @pulumi.getter
68
68
  def project(self) -> str:
69
69
  """
70
- 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.
70
+ 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.
71
71
  """
72
72
  return pulumi.get(self, "project")
73
73
 
@@ -91,7 +91,7 @@ class GetKafkaSchemaConfigurationResult:
91
91
  @pulumi.getter(name="serviceName")
92
92
  def service_name(self) -> str:
93
93
  """
94
- 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.
94
+ 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.
95
95
  """
96
96
  return pulumi.get(self, "service_name")
97
97
 
@@ -99,7 +99,7 @@ class GetKafkaSchemaConfigurationResult:
99
99
  @pulumi.getter(name="subjectName")
100
100
  def subject_name(self) -> str:
101
101
  """
102
- The Kafka Schema Subject name. This property cannot be changed, doing so forces recreation of the resource.
102
+ The Kafka Schema Subject name. Changing this property forces recreation of the resource.
103
103
  """
104
104
  return pulumi.get(self, "subject_name")
105
105
 
@@ -136,6 +136,7 @@ def get_kafka_schema_configuration(project: Optional[str] = None,
136
136
 
137
137
  ## Example Usage
138
138
 
139
+ <!--Start PulumiCodeChooser -->
139
140
  ```python
140
141
  import pulumi
141
142
  import pulumi_aiven as aiven
@@ -145,10 +146,11 @@ def get_kafka_schema_configuration(project: Optional[str] = None,
145
146
  service_name=aiven_kafka["kafka-service1"]["service_name"],
146
147
  compatibility_level="BACKWARD")
147
148
  ```
149
+ <!--End PulumiCodeChooser -->
148
150
 
149
151
 
150
- :param 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.
151
- :param 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.
152
+ :param 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.
153
+ :param 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.
152
154
  """
153
155
  __args__ = dict()
154
156
  __args__['project'] = project
@@ -176,6 +178,7 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] =
176
178
 
177
179
  ## Example Usage
178
180
 
181
+ <!--Start PulumiCodeChooser -->
179
182
  ```python
180
183
  import pulumi
181
184
  import pulumi_aiven as aiven
@@ -185,9 +188,10 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] =
185
188
  service_name=aiven_kafka["kafka-service1"]["service_name"],
186
189
  compatibility_level="BACKWARD")
187
190
  ```
191
+ <!--End PulumiCodeChooser -->
188
192
 
189
193
 
190
- :param 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.
191
- :param 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.
194
+ :param 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.
195
+ :param 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.
192
196
  """
193
197
  ...
@@ -64,7 +64,7 @@ class GetKafkaSchemaRegistryAclResult:
64
64
  @pulumi.getter
65
65
  def permission(self) -> str:
66
66
  """
67
- Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. This property cannot be changed, doing so forces recreation of the resource.
67
+ 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.
68
68
  """
69
69
  return pulumi.get(self, "permission")
70
70
 
@@ -72,7 +72,7 @@ class GetKafkaSchemaRegistryAclResult:
72
72
  @pulumi.getter
73
73
  def project(self) -> str:
74
74
  """
75
- 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.
75
+ 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.
76
76
  """
77
77
  return pulumi.get(self, "project")
78
78
 
@@ -80,7 +80,7 @@ class GetKafkaSchemaRegistryAclResult:
80
80
  @pulumi.getter
81
81
  def resource(self) -> str:
82
82
  """
83
- Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
83
+ Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
84
84
  """
85
85
  return pulumi.get(self, "resource")
86
86
 
@@ -88,7 +88,7 @@ class GetKafkaSchemaRegistryAclResult:
88
88
  @pulumi.getter(name="serviceName")
89
89
  def service_name(self) -> str:
90
90
  """
91
- 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.
91
+ 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.
92
92
  """
93
93
  return pulumi.get(self, "service_name")
94
94
 
@@ -96,7 +96,7 @@ class GetKafkaSchemaRegistryAclResult:
96
96
  @pulumi.getter
97
97
  def username(self) -> str:
98
98
  """
99
- Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
99
+ Username pattern for the ACL entry. Changing this property forces recreation of the resource.
100
100
  """
101
101
  return pulumi.get(self, "username")
102
102
 
@@ -126,11 +126,11 @@ def get_kafka_schema_registry_acl(permission: Optional[str] = None,
126
126
  The Data Source Kafka Schema Registry ACL data source provides information about the existing Aiven Kafka Schema Registry ACL for a Kafka service.
127
127
 
128
128
 
129
- :param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. This property cannot be changed, doing so forces recreation of the resource.
130
- :param 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.
131
- :param str resource: Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
132
- :param 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.
133
- :param str username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
129
+ :param 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.
130
+ :param 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.
131
+ :param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
132
+ :param 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.
133
+ :param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
134
134
  """
135
135
  __args__ = dict()
136
136
  __args__['permission'] = permission
@@ -162,10 +162,10 @@ def get_kafka_schema_registry_acl_output(permission: Optional[pulumi.Input[str]]
162
162
  The Data Source Kafka Schema Registry ACL data source provides information about the existing Aiven Kafka Schema Registry ACL for a Kafka service.
163
163
 
164
164
 
165
- :param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. This property cannot be changed, doing so forces recreation of the resource.
166
- :param 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.
167
- :param str resource: Resource name pattern for the Schema Registry ACL entry. This property cannot be changed, doing so forces recreation of the resource.
168
- :param 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.
169
- :param str username: Username pattern for the ACL entry. This property cannot be changed, doing so forces recreation of the resource.
165
+ :param 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.
166
+ :param 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.
167
+ :param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
168
+ :param 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.
169
+ :param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
170
170
  """
171
171
  ...
@@ -79,7 +79,7 @@ class GetKafkaTopicResult:
79
79
  @pulumi.getter
80
80
  def project(self) -> str:
81
81
  """
82
- 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.
82
+ 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.
83
83
  """
84
84
  return pulumi.get(self, "project")
85
85
 
@@ -95,7 +95,7 @@ class GetKafkaTopicResult:
95
95
  @pulumi.getter(name="serviceName")
96
96
  def service_name(self) -> str:
97
97
  """
98
- 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
+ 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.
99
99
  """
100
100
  return pulumi.get(self, "service_name")
101
101
 
@@ -116,7 +116,7 @@ class GetKafkaTopicResult:
116
116
  @pulumi.getter(name="topicName")
117
117
  def topic_name(self) -> str:
118
118
  """
119
- The name of the topic. This property cannot be changed, doing so forces recreation of the resource.
119
+ The name of the topic. Changing this property forces recreation of the resource.
120
120
  """
121
121
  return pulumi.get(self, "topic_name")
122
122
 
@@ -147,6 +147,7 @@ def get_kafka_topic(project: Optional[str] = None,
147
147
 
148
148
  ## Example Usage
149
149
 
150
+ <!--Start PulumiCodeChooser -->
150
151
  ```python
151
152
  import pulumi
152
153
  import pulumi_aiven as aiven
@@ -155,11 +156,12 @@ def get_kafka_topic(project: Optional[str] = None,
155
156
  service_name=aiven_kafka["myservice"]["service_name"],
156
157
  topic_name="<TOPIC_NAME>")
157
158
  ```
159
+ <!--End PulumiCodeChooser -->
158
160
 
159
161
 
160
- :param 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.
161
- :param 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.
162
- :param str topic_name: The name of the topic. This property cannot be changed, doing so forces recreation of the resource.
162
+ :param 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.
163
+ :param 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.
164
+ :param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
163
165
  """
164
166
  __args__ = dict()
165
167
  __args__['project'] = project
@@ -190,6 +192,7 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
190
192
 
191
193
  ## Example Usage
192
194
 
195
+ <!--Start PulumiCodeChooser -->
193
196
  ```python
194
197
  import pulumi
195
198
  import pulumi_aiven as aiven
@@ -198,10 +201,11 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
198
201
  service_name=aiven_kafka["myservice"]["service_name"],
199
202
  topic_name="<TOPIC_NAME>")
200
203
  ```
204
+ <!--End PulumiCodeChooser -->
201
205
 
202
206
 
203
- :param 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.
204
- :param 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.
205
- :param str topic_name: The name of the topic. This property cannot be changed, doing so forces recreation of the resource.
207
+ :param 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.
208
+ :param 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.
209
+ :param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
206
210
  """
207
211
  ...