pulumi-aiven 6.12.0a1708541199__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.
- pulumi_aiven/__init__.py +28 -0
- pulumi_aiven/_inputs.py +2491 -944
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +6 -2
- pulumi_aiven/account_team_member.py +27 -23
- pulumi_aiven/account_team_project.py +6 -2
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +13 -9
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +60 -4
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +13 -9
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +27 -23
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +13 -9
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +3013 -491
- pulumi_aiven/pg.py +9 -9
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +201 -9
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708541199.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708541199.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
|
@@ -21,11 +21,11 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
21
21
|
username: pulumi.Input[str]):
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a KafkaSchemaRegistryAcl resource.
|
|
24
|
-
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
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.
|
|
26
|
-
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry.
|
|
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.
|
|
28
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
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.
|
|
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.
|
|
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)
|
|
31
31
|
pulumi.set(__self__, "project", project)
|
|
@@ -37,7 +37,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
37
37
|
@pulumi.getter
|
|
38
38
|
def permission(self) -> pulumi.Input[str]:
|
|
39
39
|
"""
|
|
40
|
-
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
40
|
+
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.
|
|
41
41
|
"""
|
|
42
42
|
return pulumi.get(self, "permission")
|
|
43
43
|
|
|
@@ -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.
|
|
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.
|
|
53
53
|
"""
|
|
54
54
|
return pulumi.get(self, "project")
|
|
55
55
|
|
|
@@ -61,7 +61,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def resource(self) -> pulumi.Input[str]:
|
|
63
63
|
"""
|
|
64
|
-
Resource name pattern for the Schema Registry ACL entry.
|
|
64
|
+
Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "resource")
|
|
67
67
|
|
|
@@ -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.
|
|
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.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "service_name")
|
|
79
79
|
|
|
@@ -85,7 +85,7 @@ class KafkaSchemaRegistryAclArgs:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> pulumi.Input[str]:
|
|
87
87
|
"""
|
|
88
|
-
Username pattern for the ACL entry.
|
|
88
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -106,11 +106,11 @@ class _KafkaSchemaRegistryAclState:
|
|
|
106
106
|
"""
|
|
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
|
-
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
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.
|
|
111
|
-
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry.
|
|
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.
|
|
113
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
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.
|
|
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.
|
|
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:
|
|
116
116
|
pulumi.set(__self__, "acl_id", acl_id)
|
|
@@ -141,7 +141,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
141
141
|
@pulumi.getter
|
|
142
142
|
def permission(self) -> Optional[pulumi.Input[str]]:
|
|
143
143
|
"""
|
|
144
|
-
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
144
|
+
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.
|
|
145
145
|
"""
|
|
146
146
|
return pulumi.get(self, "permission")
|
|
147
147
|
|
|
@@ -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.
|
|
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.
|
|
157
157
|
"""
|
|
158
158
|
return pulumi.get(self, "project")
|
|
159
159
|
|
|
@@ -165,7 +165,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
165
165
|
@pulumi.getter
|
|
166
166
|
def resource(self) -> Optional[pulumi.Input[str]]:
|
|
167
167
|
"""
|
|
168
|
-
Resource name pattern for the Schema Registry ACL entry.
|
|
168
|
+
Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
169
169
|
"""
|
|
170
170
|
return pulumi.get(self, "resource")
|
|
171
171
|
|
|
@@ -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.
|
|
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.
|
|
181
181
|
"""
|
|
182
182
|
return pulumi.get(self, "service_name")
|
|
183
183
|
|
|
@@ -189,7 +189,7 @@ class _KafkaSchemaRegistryAclState:
|
|
|
189
189
|
@pulumi.getter
|
|
190
190
|
def username(self) -> Optional[pulumi.Input[str]]:
|
|
191
191
|
"""
|
|
192
|
-
Username pattern for the ACL entry.
|
|
192
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
193
193
|
"""
|
|
194
194
|
return pulumi.get(self, "username")
|
|
195
195
|
|
|
@@ -214,11 +214,11 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
214
214
|
|
|
215
215
|
:param str resource_name: The name of the resource.
|
|
216
216
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
217
|
-
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
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.
|
|
219
|
-
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry.
|
|
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.
|
|
221
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
217
|
+
: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.
|
|
219
|
+
: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.
|
|
221
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
222
222
|
"""
|
|
223
223
|
...
|
|
224
224
|
@overload
|
|
@@ -298,11 +298,11 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
298
298
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
299
299
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
300
300
|
:param pulumi.Input[str] acl_id: Kafka Schema Registry ACL ID
|
|
301
|
-
:param pulumi.Input[str] permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
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.
|
|
303
|
-
:param pulumi.Input[str] resource: Resource name pattern for the Schema Registry ACL entry.
|
|
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.
|
|
305
|
-
:param pulumi.Input[str] username: Username pattern for the ACL entry.
|
|
301
|
+
: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.
|
|
303
|
+
: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.
|
|
305
|
+
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
306
306
|
"""
|
|
307
307
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
308
308
|
|
|
@@ -328,7 +328,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
328
328
|
@pulumi.getter
|
|
329
329
|
def permission(self) -> pulumi.Output[str]:
|
|
330
330
|
"""
|
|
331
|
-
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
331
|
+
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.
|
|
332
332
|
"""
|
|
333
333
|
return pulumi.get(self, "permission")
|
|
334
334
|
|
|
@@ -336,7 +336,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
336
336
|
@pulumi.getter
|
|
337
337
|
def project(self) -> pulumi.Output[str]:
|
|
338
338
|
"""
|
|
339
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
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.
|
|
340
340
|
"""
|
|
341
341
|
return pulumi.get(self, "project")
|
|
342
342
|
|
|
@@ -344,7 +344,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
344
344
|
@pulumi.getter
|
|
345
345
|
def resource(self) -> pulumi.Output[str]:
|
|
346
346
|
"""
|
|
347
|
-
Resource name pattern for the Schema Registry ACL entry.
|
|
347
|
+
Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
348
348
|
"""
|
|
349
349
|
return pulumi.get(self, "resource")
|
|
350
350
|
|
|
@@ -352,7 +352,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
352
352
|
@pulumi.getter(name="serviceName")
|
|
353
353
|
def service_name(self) -> pulumi.Output[str]:
|
|
354
354
|
"""
|
|
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.
|
|
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.
|
|
356
356
|
"""
|
|
357
357
|
return pulumi.get(self, "service_name")
|
|
358
358
|
|
|
@@ -360,7 +360,7 @@ class KafkaSchemaRegistryAcl(pulumi.CustomResource):
|
|
|
360
360
|
@pulumi.getter
|
|
361
361
|
def username(self) -> pulumi.Output[str]:
|
|
362
362
|
"""
|
|
363
|
-
Username pattern for the ACL entry.
|
|
363
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
364
364
|
"""
|
|
365
365
|
return pulumi.get(self, "username")
|
|
366
366
|
|
pulumi_aiven/kafka_topic.py
CHANGED
|
@@ -27,10 +27,10 @@ class KafkaTopicArgs:
|
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a KafkaTopic resource.
|
|
29
29
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
30
|
-
: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.
|
|
30
|
+
: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.
|
|
31
31
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
32
|
-
: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.
|
|
33
|
-
:param pulumi.Input[str] topic_name: The name of the topic.
|
|
32
|
+
: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.
|
|
33
|
+
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
34
34
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: Kafka topic configuration
|
|
35
35
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Kafka Topic tag.
|
|
36
36
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
@@ -64,7 +64,7 @@ class KafkaTopicArgs:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def project(self) -> pulumi.Input[str]:
|
|
66
66
|
"""
|
|
67
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
67
|
+
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.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "project")
|
|
70
70
|
|
|
@@ -88,7 +88,7 @@ class KafkaTopicArgs:
|
|
|
88
88
|
@pulumi.getter(name="serviceName")
|
|
89
89
|
def service_name(self) -> pulumi.Input[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.
|
|
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
|
|
|
@@ -100,7 +100,7 @@ class KafkaTopicArgs:
|
|
|
100
100
|
@pulumi.getter(name="topicName")
|
|
101
101
|
def topic_name(self) -> pulumi.Input[str]:
|
|
102
102
|
"""
|
|
103
|
-
The name of the topic.
|
|
103
|
+
The name of the topic. Changing this property forces recreation of the resource.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "topic_name")
|
|
106
106
|
|
|
@@ -161,13 +161,13 @@ class _KafkaTopicState:
|
|
|
161
161
|
Input properties used for looking up and filtering KafkaTopic resources.
|
|
162
162
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: Kafka topic configuration
|
|
163
163
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
164
|
-
: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.
|
|
164
|
+
: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.
|
|
165
165
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
166
|
-
: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.
|
|
166
|
+
: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.
|
|
167
167
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Kafka Topic tag.
|
|
168
168
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
169
169
|
enable this for any production Kafka topic containing critical data.
|
|
170
|
-
:param pulumi.Input[str] topic_name: The name of the topic.
|
|
170
|
+
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
171
171
|
"""
|
|
172
172
|
if config is not None:
|
|
173
173
|
pulumi.set(__self__, "config", config)
|
|
@@ -214,7 +214,7 @@ class _KafkaTopicState:
|
|
|
214
214
|
@pulumi.getter
|
|
215
215
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
216
216
|
"""
|
|
217
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
217
|
+
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.
|
|
218
218
|
"""
|
|
219
219
|
return pulumi.get(self, "project")
|
|
220
220
|
|
|
@@ -238,7 +238,7 @@ class _KafkaTopicState:
|
|
|
238
238
|
@pulumi.getter(name="serviceName")
|
|
239
239
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
240
240
|
"""
|
|
241
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
241
|
+
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
242
|
"""
|
|
243
243
|
return pulumi.get(self, "service_name")
|
|
244
244
|
|
|
@@ -275,7 +275,7 @@ class _KafkaTopicState:
|
|
|
275
275
|
@pulumi.getter(name="topicName")
|
|
276
276
|
def topic_name(self) -> Optional[pulumi.Input[str]]:
|
|
277
277
|
"""
|
|
278
|
-
The name of the topic.
|
|
278
|
+
The name of the topic. Changing this property forces recreation of the resource.
|
|
279
279
|
"""
|
|
280
280
|
return pulumi.get(self, "topic_name")
|
|
281
281
|
|
|
@@ -304,20 +304,20 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
304
304
|
## Import
|
|
305
305
|
|
|
306
306
|
```sh
|
|
307
|
-
|
|
307
|
+
$ pulumi import aiven:index/kafkaTopic:KafkaTopic mytesttopic project/service_name/topic_name
|
|
308
308
|
```
|
|
309
309
|
|
|
310
310
|
:param str resource_name: The name of the resource.
|
|
311
311
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
312
312
|
:param pulumi.Input[pulumi.InputType['KafkaTopicConfigArgs']] config: Kafka topic configuration
|
|
313
313
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
314
|
-
: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.
|
|
314
|
+
: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.
|
|
315
315
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
316
|
-
: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.
|
|
316
|
+
: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.
|
|
317
317
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTopicTagArgs']]]] tags: Kafka Topic tag.
|
|
318
318
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
319
319
|
enable this for any production Kafka topic containing critical data.
|
|
320
|
-
:param pulumi.Input[str] topic_name: The name of the topic.
|
|
320
|
+
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
321
321
|
"""
|
|
322
322
|
...
|
|
323
323
|
@overload
|
|
@@ -331,7 +331,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
331
331
|
## Import
|
|
332
332
|
|
|
333
333
|
```sh
|
|
334
|
-
|
|
334
|
+
$ pulumi import aiven:index/kafkaTopic:KafkaTopic mytesttopic project/service_name/topic_name
|
|
335
335
|
```
|
|
336
336
|
|
|
337
337
|
:param str resource_name: The name of the resource.
|
|
@@ -411,13 +411,13 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
411
411
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
412
412
|
:param pulumi.Input[pulumi.InputType['KafkaTopicConfigArgs']] config: Kafka topic configuration
|
|
413
413
|
:param pulumi.Input[int] partitions: The number of partitions to create in the topic.
|
|
414
|
-
: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.
|
|
414
|
+
: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.
|
|
415
415
|
:param pulumi.Input[int] replication: The replication factor for the topic.
|
|
416
|
-
: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.
|
|
416
|
+
: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.
|
|
417
417
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTopicTagArgs']]]] tags: Kafka Topic tag.
|
|
418
418
|
:param pulumi.Input[bool] termination_protection: It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
|
|
419
419
|
enable this for any production Kafka topic containing critical data.
|
|
420
|
-
:param pulumi.Input[str] topic_name: The name of the topic.
|
|
420
|
+
:param pulumi.Input[str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
421
421
|
"""
|
|
422
422
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
423
423
|
|
|
@@ -453,7 +453,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
453
453
|
@pulumi.getter
|
|
454
454
|
def project(self) -> pulumi.Output[str]:
|
|
455
455
|
"""
|
|
456
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
456
|
+
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.
|
|
457
457
|
"""
|
|
458
458
|
return pulumi.get(self, "project")
|
|
459
459
|
|
|
@@ -469,7 +469,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
469
469
|
@pulumi.getter(name="serviceName")
|
|
470
470
|
def service_name(self) -> pulumi.Output[str]:
|
|
471
471
|
"""
|
|
472
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
472
|
+
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.
|
|
473
473
|
"""
|
|
474
474
|
return pulumi.get(self, "service_name")
|
|
475
475
|
|
|
@@ -494,7 +494,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
494
494
|
@pulumi.getter(name="topicName")
|
|
495
495
|
def topic_name(self) -> pulumi.Output[str]:
|
|
496
496
|
"""
|
|
497
|
-
The name of the topic.
|
|
497
|
+
The name of the topic. Changing this property forces recreation of the resource.
|
|
498
498
|
"""
|
|
499
499
|
return pulumi.get(self, "topic_name")
|
|
500
500
|
|