pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.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 +1 -1
- pulumi_aiven/_inputs.py +10923 -10764
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +69 -70
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +302 -303
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +23 -24
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +61 -62
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +65 -66
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +19 -20
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +52 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +336 -337
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +70 -71
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +55 -56
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14499 -14292
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +61 -62
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +191 -192
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka_topic.py
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -22,27 +21,27 @@ __all__ = ['KafkaTopicArgs', 'KafkaTopic']
|
|
|
22
21
|
@pulumi.input_type
|
|
23
22
|
class KafkaTopicArgs:
|
|
24
23
|
def __init__(__self__, *,
|
|
25
|
-
partitions: pulumi.Input[
|
|
26
|
-
project: pulumi.Input[
|
|
27
|
-
replication: pulumi.Input[
|
|
28
|
-
service_name: pulumi.Input[
|
|
29
|
-
topic_name: pulumi.Input[
|
|
24
|
+
partitions: pulumi.Input[_builtins.int],
|
|
25
|
+
project: pulumi.Input[_builtins.str],
|
|
26
|
+
replication: pulumi.Input[_builtins.int],
|
|
27
|
+
service_name: pulumi.Input[_builtins.str],
|
|
28
|
+
topic_name: pulumi.Input[_builtins.str],
|
|
30
29
|
config: Optional[pulumi.Input['KafkaTopicConfigArgs']] = None,
|
|
31
|
-
owner_user_group_id: Optional[pulumi.Input[
|
|
30
|
+
owner_user_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
31
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]]] = None,
|
|
33
|
-
termination_protection: Optional[pulumi.Input[
|
|
34
|
-
topic_description: Optional[pulumi.Input[
|
|
32
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
33
|
+
topic_description: Optional[pulumi.Input[_builtins.str]] = None):
|
|
35
34
|
"""
|
|
36
35
|
The set of arguments for constructing a KafkaTopic resource.
|
|
37
|
-
:param pulumi.Input[
|
|
38
|
-
:param pulumi.Input[
|
|
39
|
-
:param pulumi.Input[
|
|
40
|
-
:param pulumi.Input[
|
|
41
|
-
:param pulumi.Input[
|
|
36
|
+
:param pulumi.Input[_builtins.int] partitions: The number of partitions to create in the topic.
|
|
37
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
38
|
+
:param pulumi.Input[_builtins.int] replication: The replication factor for the topic.
|
|
39
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
40
|
+
:param pulumi.Input[_builtins.str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
42
41
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
43
|
-
:param pulumi.Input[
|
|
42
|
+
:param pulumi.Input[_builtins.str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
44
43
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Tags for the topic.
|
|
45
|
-
:param pulumi.Input[
|
|
44
|
+
:param pulumi.Input[_builtins.str] topic_description: The description of the topic
|
|
46
45
|
"""
|
|
47
46
|
pulumi.set(__self__, "partitions", partitions)
|
|
48
47
|
pulumi.set(__self__, "project", project)
|
|
@@ -60,67 +59,67 @@ class KafkaTopicArgs:
|
|
|
60
59
|
if topic_description is not None:
|
|
61
60
|
pulumi.set(__self__, "topic_description", topic_description)
|
|
62
61
|
|
|
63
|
-
@property
|
|
62
|
+
@_builtins.property
|
|
64
63
|
@pulumi.getter
|
|
65
|
-
def partitions(self) -> pulumi.Input[
|
|
64
|
+
def partitions(self) -> pulumi.Input[_builtins.int]:
|
|
66
65
|
"""
|
|
67
66
|
The number of partitions to create in the topic.
|
|
68
67
|
"""
|
|
69
68
|
return pulumi.get(self, "partitions")
|
|
70
69
|
|
|
71
70
|
@partitions.setter
|
|
72
|
-
def partitions(self, value: pulumi.Input[
|
|
71
|
+
def partitions(self, value: pulumi.Input[_builtins.int]):
|
|
73
72
|
pulumi.set(self, "partitions", value)
|
|
74
73
|
|
|
75
|
-
@property
|
|
74
|
+
@_builtins.property
|
|
76
75
|
@pulumi.getter
|
|
77
|
-
def project(self) -> pulumi.Input[
|
|
76
|
+
def project(self) -> pulumi.Input[_builtins.str]:
|
|
78
77
|
"""
|
|
79
78
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
80
79
|
"""
|
|
81
80
|
return pulumi.get(self, "project")
|
|
82
81
|
|
|
83
82
|
@project.setter
|
|
84
|
-
def project(self, value: pulumi.Input[
|
|
83
|
+
def project(self, value: pulumi.Input[_builtins.str]):
|
|
85
84
|
pulumi.set(self, "project", value)
|
|
86
85
|
|
|
87
|
-
@property
|
|
86
|
+
@_builtins.property
|
|
88
87
|
@pulumi.getter
|
|
89
|
-
def replication(self) -> pulumi.Input[
|
|
88
|
+
def replication(self) -> pulumi.Input[_builtins.int]:
|
|
90
89
|
"""
|
|
91
90
|
The replication factor for the topic.
|
|
92
91
|
"""
|
|
93
92
|
return pulumi.get(self, "replication")
|
|
94
93
|
|
|
95
94
|
@replication.setter
|
|
96
|
-
def replication(self, value: pulumi.Input[
|
|
95
|
+
def replication(self, value: pulumi.Input[_builtins.int]):
|
|
97
96
|
pulumi.set(self, "replication", value)
|
|
98
97
|
|
|
99
|
-
@property
|
|
98
|
+
@_builtins.property
|
|
100
99
|
@pulumi.getter(name="serviceName")
|
|
101
|
-
def service_name(self) -> pulumi.Input[
|
|
100
|
+
def service_name(self) -> pulumi.Input[_builtins.str]:
|
|
102
101
|
"""
|
|
103
102
|
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.
|
|
104
103
|
"""
|
|
105
104
|
return pulumi.get(self, "service_name")
|
|
106
105
|
|
|
107
106
|
@service_name.setter
|
|
108
|
-
def service_name(self, value: pulumi.Input[
|
|
107
|
+
def service_name(self, value: pulumi.Input[_builtins.str]):
|
|
109
108
|
pulumi.set(self, "service_name", value)
|
|
110
109
|
|
|
111
|
-
@property
|
|
110
|
+
@_builtins.property
|
|
112
111
|
@pulumi.getter(name="topicName")
|
|
113
|
-
def topic_name(self) -> pulumi.Input[
|
|
112
|
+
def topic_name(self) -> pulumi.Input[_builtins.str]:
|
|
114
113
|
"""
|
|
115
114
|
The name of the topic. Changing this property forces recreation of the resource.
|
|
116
115
|
"""
|
|
117
116
|
return pulumi.get(self, "topic_name")
|
|
118
117
|
|
|
119
118
|
@topic_name.setter
|
|
120
|
-
def topic_name(self, value: pulumi.Input[
|
|
119
|
+
def topic_name(self, value: pulumi.Input[_builtins.str]):
|
|
121
120
|
pulumi.set(self, "topic_name", value)
|
|
122
121
|
|
|
123
|
-
@property
|
|
122
|
+
@_builtins.property
|
|
124
123
|
@pulumi.getter
|
|
125
124
|
def config(self) -> Optional[pulumi.Input['KafkaTopicConfigArgs']]:
|
|
126
125
|
"""
|
|
@@ -132,19 +131,19 @@ class KafkaTopicArgs:
|
|
|
132
131
|
def config(self, value: Optional[pulumi.Input['KafkaTopicConfigArgs']]):
|
|
133
132
|
pulumi.set(self, "config", value)
|
|
134
133
|
|
|
135
|
-
@property
|
|
134
|
+
@_builtins.property
|
|
136
135
|
@pulumi.getter(name="ownerUserGroupId")
|
|
137
|
-
def owner_user_group_id(self) -> Optional[pulumi.Input[
|
|
136
|
+
def owner_user_group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
138
137
|
"""
|
|
139
138
|
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
140
139
|
"""
|
|
141
140
|
return pulumi.get(self, "owner_user_group_id")
|
|
142
141
|
|
|
143
142
|
@owner_user_group_id.setter
|
|
144
|
-
def owner_user_group_id(self, value: Optional[pulumi.Input[
|
|
143
|
+
def owner_user_group_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
145
144
|
pulumi.set(self, "owner_user_group_id", value)
|
|
146
145
|
|
|
147
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
148
147
|
@pulumi.getter
|
|
149
148
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]]]:
|
|
150
149
|
"""
|
|
@@ -156,25 +155,25 @@ class KafkaTopicArgs:
|
|
|
156
155
|
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]]]):
|
|
157
156
|
pulumi.set(self, "tags", value)
|
|
158
157
|
|
|
159
|
-
@property
|
|
158
|
+
@_builtins.property
|
|
160
159
|
@pulumi.getter(name="terminationProtection")
|
|
161
|
-
def termination_protection(self) -> Optional[pulumi.Input[
|
|
160
|
+
def termination_protection(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
162
161
|
return pulumi.get(self, "termination_protection")
|
|
163
162
|
|
|
164
163
|
@termination_protection.setter
|
|
165
|
-
def termination_protection(self, value: Optional[pulumi.Input[
|
|
164
|
+
def termination_protection(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
166
165
|
pulumi.set(self, "termination_protection", value)
|
|
167
166
|
|
|
168
|
-
@property
|
|
167
|
+
@_builtins.property
|
|
169
168
|
@pulumi.getter(name="topicDescription")
|
|
170
|
-
def topic_description(self) -> Optional[pulumi.Input[
|
|
169
|
+
def topic_description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
171
170
|
"""
|
|
172
171
|
The description of the topic
|
|
173
172
|
"""
|
|
174
173
|
return pulumi.get(self, "topic_description")
|
|
175
174
|
|
|
176
175
|
@topic_description.setter
|
|
177
|
-
def topic_description(self, value: Optional[pulumi.Input[
|
|
176
|
+
def topic_description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
178
177
|
pulumi.set(self, "topic_description", value)
|
|
179
178
|
|
|
180
179
|
|
|
@@ -182,26 +181,26 @@ class KafkaTopicArgs:
|
|
|
182
181
|
class _KafkaTopicState:
|
|
183
182
|
def __init__(__self__, *,
|
|
184
183
|
config: Optional[pulumi.Input['KafkaTopicConfigArgs']] = None,
|
|
185
|
-
owner_user_group_id: Optional[pulumi.Input[
|
|
186
|
-
partitions: Optional[pulumi.Input[
|
|
187
|
-
project: Optional[pulumi.Input[
|
|
188
|
-
replication: Optional[pulumi.Input[
|
|
189
|
-
service_name: Optional[pulumi.Input[
|
|
184
|
+
owner_user_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
185
|
+
partitions: Optional[pulumi.Input[_builtins.int]] = None,
|
|
186
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
187
|
+
replication: Optional[pulumi.Input[_builtins.int]] = None,
|
|
188
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
190
189
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]]] = None,
|
|
191
|
-
termination_protection: Optional[pulumi.Input[
|
|
192
|
-
topic_description: Optional[pulumi.Input[
|
|
193
|
-
topic_name: Optional[pulumi.Input[
|
|
190
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
191
|
+
topic_description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
192
|
+
topic_name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
194
193
|
"""
|
|
195
194
|
Input properties used for looking up and filtering KafkaTopic resources.
|
|
196
195
|
:param pulumi.Input['KafkaTopicConfigArgs'] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
197
|
-
:param pulumi.Input[
|
|
198
|
-
:param pulumi.Input[
|
|
199
|
-
:param pulumi.Input[
|
|
200
|
-
:param pulumi.Input[
|
|
201
|
-
:param pulumi.Input[
|
|
196
|
+
:param pulumi.Input[_builtins.str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
197
|
+
:param pulumi.Input[_builtins.int] partitions: The number of partitions to create in the topic.
|
|
198
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
199
|
+
:param pulumi.Input[_builtins.int] replication: The replication factor for the topic.
|
|
200
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
202
201
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]] tags: Tags for the topic.
|
|
203
|
-
:param pulumi.Input[
|
|
204
|
-
:param pulumi.Input[
|
|
202
|
+
:param pulumi.Input[_builtins.str] topic_description: The description of the topic
|
|
203
|
+
:param pulumi.Input[_builtins.str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
205
204
|
"""
|
|
206
205
|
if config is not None:
|
|
207
206
|
pulumi.set(__self__, "config", config)
|
|
@@ -224,7 +223,7 @@ class _KafkaTopicState:
|
|
|
224
223
|
if topic_name is not None:
|
|
225
224
|
pulumi.set(__self__, "topic_name", topic_name)
|
|
226
225
|
|
|
227
|
-
@property
|
|
226
|
+
@_builtins.property
|
|
228
227
|
@pulumi.getter
|
|
229
228
|
def config(self) -> Optional[pulumi.Input['KafkaTopicConfigArgs']]:
|
|
230
229
|
"""
|
|
@@ -236,67 +235,67 @@ class _KafkaTopicState:
|
|
|
236
235
|
def config(self, value: Optional[pulumi.Input['KafkaTopicConfigArgs']]):
|
|
237
236
|
pulumi.set(self, "config", value)
|
|
238
237
|
|
|
239
|
-
@property
|
|
238
|
+
@_builtins.property
|
|
240
239
|
@pulumi.getter(name="ownerUserGroupId")
|
|
241
|
-
def owner_user_group_id(self) -> Optional[pulumi.Input[
|
|
240
|
+
def owner_user_group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
242
241
|
"""
|
|
243
242
|
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
244
243
|
"""
|
|
245
244
|
return pulumi.get(self, "owner_user_group_id")
|
|
246
245
|
|
|
247
246
|
@owner_user_group_id.setter
|
|
248
|
-
def owner_user_group_id(self, value: Optional[pulumi.Input[
|
|
247
|
+
def owner_user_group_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
249
248
|
pulumi.set(self, "owner_user_group_id", value)
|
|
250
249
|
|
|
251
|
-
@property
|
|
250
|
+
@_builtins.property
|
|
252
251
|
@pulumi.getter
|
|
253
|
-
def partitions(self) -> Optional[pulumi.Input[
|
|
252
|
+
def partitions(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
254
253
|
"""
|
|
255
254
|
The number of partitions to create in the topic.
|
|
256
255
|
"""
|
|
257
256
|
return pulumi.get(self, "partitions")
|
|
258
257
|
|
|
259
258
|
@partitions.setter
|
|
260
|
-
def partitions(self, value: Optional[pulumi.Input[
|
|
259
|
+
def partitions(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
261
260
|
pulumi.set(self, "partitions", value)
|
|
262
261
|
|
|
263
|
-
@property
|
|
262
|
+
@_builtins.property
|
|
264
263
|
@pulumi.getter
|
|
265
|
-
def project(self) -> Optional[pulumi.Input[
|
|
264
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
266
265
|
"""
|
|
267
266
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
268
267
|
"""
|
|
269
268
|
return pulumi.get(self, "project")
|
|
270
269
|
|
|
271
270
|
@project.setter
|
|
272
|
-
def project(self, value: Optional[pulumi.Input[
|
|
271
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
273
272
|
pulumi.set(self, "project", value)
|
|
274
273
|
|
|
275
|
-
@property
|
|
274
|
+
@_builtins.property
|
|
276
275
|
@pulumi.getter
|
|
277
|
-
def replication(self) -> Optional[pulumi.Input[
|
|
276
|
+
def replication(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
278
277
|
"""
|
|
279
278
|
The replication factor for the topic.
|
|
280
279
|
"""
|
|
281
280
|
return pulumi.get(self, "replication")
|
|
282
281
|
|
|
283
282
|
@replication.setter
|
|
284
|
-
def replication(self, value: Optional[pulumi.Input[
|
|
283
|
+
def replication(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
285
284
|
pulumi.set(self, "replication", value)
|
|
286
285
|
|
|
287
|
-
@property
|
|
286
|
+
@_builtins.property
|
|
288
287
|
@pulumi.getter(name="serviceName")
|
|
289
|
-
def service_name(self) -> Optional[pulumi.Input[
|
|
288
|
+
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
290
289
|
"""
|
|
291
290
|
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.
|
|
292
291
|
"""
|
|
293
292
|
return pulumi.get(self, "service_name")
|
|
294
293
|
|
|
295
294
|
@service_name.setter
|
|
296
|
-
def service_name(self, value: Optional[pulumi.Input[
|
|
295
|
+
def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
297
296
|
pulumi.set(self, "service_name", value)
|
|
298
297
|
|
|
299
|
-
@property
|
|
298
|
+
@_builtins.property
|
|
300
299
|
@pulumi.getter
|
|
301
300
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]]]:
|
|
302
301
|
"""
|
|
@@ -308,37 +307,37 @@ class _KafkaTopicState:
|
|
|
308
307
|
def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTopicTagArgs']]]]):
|
|
309
308
|
pulumi.set(self, "tags", value)
|
|
310
309
|
|
|
311
|
-
@property
|
|
310
|
+
@_builtins.property
|
|
312
311
|
@pulumi.getter(name="terminationProtection")
|
|
313
|
-
def termination_protection(self) -> Optional[pulumi.Input[
|
|
312
|
+
def termination_protection(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
314
313
|
return pulumi.get(self, "termination_protection")
|
|
315
314
|
|
|
316
315
|
@termination_protection.setter
|
|
317
|
-
def termination_protection(self, value: Optional[pulumi.Input[
|
|
316
|
+
def termination_protection(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
318
317
|
pulumi.set(self, "termination_protection", value)
|
|
319
318
|
|
|
320
|
-
@property
|
|
319
|
+
@_builtins.property
|
|
321
320
|
@pulumi.getter(name="topicDescription")
|
|
322
|
-
def topic_description(self) -> Optional[pulumi.Input[
|
|
321
|
+
def topic_description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
323
322
|
"""
|
|
324
323
|
The description of the topic
|
|
325
324
|
"""
|
|
326
325
|
return pulumi.get(self, "topic_description")
|
|
327
326
|
|
|
328
327
|
@topic_description.setter
|
|
329
|
-
def topic_description(self, value: Optional[pulumi.Input[
|
|
328
|
+
def topic_description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
330
329
|
pulumi.set(self, "topic_description", value)
|
|
331
330
|
|
|
332
|
-
@property
|
|
331
|
+
@_builtins.property
|
|
333
332
|
@pulumi.getter(name="topicName")
|
|
334
|
-
def topic_name(self) -> Optional[pulumi.Input[
|
|
333
|
+
def topic_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
335
334
|
"""
|
|
336
335
|
The name of the topic. Changing this property forces recreation of the resource.
|
|
337
336
|
"""
|
|
338
337
|
return pulumi.get(self, "topic_name")
|
|
339
338
|
|
|
340
339
|
@topic_name.setter
|
|
341
|
-
def topic_name(self, value: Optional[pulumi.Input[
|
|
340
|
+
def topic_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
342
341
|
pulumi.set(self, "topic_name", value)
|
|
343
342
|
|
|
344
343
|
|
|
@@ -349,15 +348,15 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
349
348
|
resource_name: str,
|
|
350
349
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
351
350
|
config: Optional[pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']]] = None,
|
|
352
|
-
owner_user_group_id: Optional[pulumi.Input[
|
|
353
|
-
partitions: Optional[pulumi.Input[
|
|
354
|
-
project: Optional[pulumi.Input[
|
|
355
|
-
replication: Optional[pulumi.Input[
|
|
356
|
-
service_name: Optional[pulumi.Input[
|
|
351
|
+
owner_user_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
352
|
+
partitions: Optional[pulumi.Input[_builtins.int]] = None,
|
|
353
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
354
|
+
replication: Optional[pulumi.Input[_builtins.int]] = None,
|
|
355
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
357
356
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTopicTagArgs', 'KafkaTopicTagArgsDict']]]]] = None,
|
|
358
|
-
termination_protection: Optional[pulumi.Input[
|
|
359
|
-
topic_description: Optional[pulumi.Input[
|
|
360
|
-
topic_name: Optional[pulumi.Input[
|
|
357
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
358
|
+
topic_description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
359
|
+
topic_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
361
360
|
__props__=None):
|
|
362
361
|
"""
|
|
363
362
|
Creates and manages an Aiven for Apache Kafka® [topic](https://aiven.io/docs/products/kafka/concepts).
|
|
@@ -391,14 +390,14 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
391
390
|
:param str resource_name: The name of the resource.
|
|
392
391
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
393
392
|
:param pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
394
|
-
:param pulumi.Input[
|
|
395
|
-
:param pulumi.Input[
|
|
396
|
-
:param pulumi.Input[
|
|
397
|
-
:param pulumi.Input[
|
|
398
|
-
:param pulumi.Input[
|
|
393
|
+
:param pulumi.Input[_builtins.str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
394
|
+
:param pulumi.Input[_builtins.int] partitions: The number of partitions to create in the topic.
|
|
395
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
396
|
+
:param pulumi.Input[_builtins.int] replication: The replication factor for the topic.
|
|
397
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
399
398
|
:param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTopicTagArgs', 'KafkaTopicTagArgsDict']]]] tags: Tags for the topic.
|
|
400
|
-
:param pulumi.Input[
|
|
401
|
-
:param pulumi.Input[
|
|
399
|
+
:param pulumi.Input[_builtins.str] topic_description: The description of the topic
|
|
400
|
+
:param pulumi.Input[_builtins.str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
402
401
|
"""
|
|
403
402
|
...
|
|
404
403
|
@overload
|
|
@@ -451,15 +450,15 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
451
450
|
resource_name: str,
|
|
452
451
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
453
452
|
config: Optional[pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']]] = None,
|
|
454
|
-
owner_user_group_id: Optional[pulumi.Input[
|
|
455
|
-
partitions: Optional[pulumi.Input[
|
|
456
|
-
project: Optional[pulumi.Input[
|
|
457
|
-
replication: Optional[pulumi.Input[
|
|
458
|
-
service_name: Optional[pulumi.Input[
|
|
453
|
+
owner_user_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
454
|
+
partitions: Optional[pulumi.Input[_builtins.int]] = None,
|
|
455
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
456
|
+
replication: Optional[pulumi.Input[_builtins.int]] = None,
|
|
457
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
459
458
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTopicTagArgs', 'KafkaTopicTagArgsDict']]]]] = None,
|
|
460
|
-
termination_protection: Optional[pulumi.Input[
|
|
461
|
-
topic_description: Optional[pulumi.Input[
|
|
462
|
-
topic_name: Optional[pulumi.Input[
|
|
459
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
460
|
+
topic_description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
461
|
+
topic_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
463
462
|
__props__=None):
|
|
464
463
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
465
464
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -500,15 +499,15 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
500
499
|
id: pulumi.Input[str],
|
|
501
500
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
502
501
|
config: Optional[pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']]] = None,
|
|
503
|
-
owner_user_group_id: Optional[pulumi.Input[
|
|
504
|
-
partitions: Optional[pulumi.Input[
|
|
505
|
-
project: Optional[pulumi.Input[
|
|
506
|
-
replication: Optional[pulumi.Input[
|
|
507
|
-
service_name: Optional[pulumi.Input[
|
|
502
|
+
owner_user_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
503
|
+
partitions: Optional[pulumi.Input[_builtins.int]] = None,
|
|
504
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
505
|
+
replication: Optional[pulumi.Input[_builtins.int]] = None,
|
|
506
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
508
507
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KafkaTopicTagArgs', 'KafkaTopicTagArgsDict']]]]] = None,
|
|
509
|
-
termination_protection: Optional[pulumi.Input[
|
|
510
|
-
topic_description: Optional[pulumi.Input[
|
|
511
|
-
topic_name: Optional[pulumi.Input[
|
|
508
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
509
|
+
topic_description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
510
|
+
topic_name: Optional[pulumi.Input[_builtins.str]] = None) -> 'KafkaTopic':
|
|
512
511
|
"""
|
|
513
512
|
Get an existing KafkaTopic resource's state with the given name, id, and optional extra
|
|
514
513
|
properties used to qualify the lookup.
|
|
@@ -517,14 +516,14 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
517
516
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
518
517
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
519
518
|
:param pulumi.Input[Union['KafkaTopicConfigArgs', 'KafkaTopicConfigArgsDict']] config: [Advanced parameters](https://aiven.io/docs/products/kafka/reference/advanced-params) to configure topics.
|
|
520
|
-
:param pulumi.Input[
|
|
521
|
-
:param pulumi.Input[
|
|
522
|
-
:param pulumi.Input[
|
|
523
|
-
:param pulumi.Input[
|
|
524
|
-
:param pulumi.Input[
|
|
519
|
+
:param pulumi.Input[_builtins.str] owner_user_group_id: The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
520
|
+
:param pulumi.Input[_builtins.int] partitions: The number of partitions to create in the topic.
|
|
521
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
522
|
+
:param pulumi.Input[_builtins.int] replication: The replication factor for the topic.
|
|
523
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
525
524
|
:param pulumi.Input[Sequence[pulumi.Input[Union['KafkaTopicTagArgs', 'KafkaTopicTagArgsDict']]]] tags: Tags for the topic.
|
|
526
|
-
:param pulumi.Input[
|
|
527
|
-
:param pulumi.Input[
|
|
525
|
+
:param pulumi.Input[_builtins.str] topic_description: The description of the topic
|
|
526
|
+
:param pulumi.Input[_builtins.str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
528
527
|
"""
|
|
529
528
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
530
529
|
|
|
@@ -542,7 +541,7 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
542
541
|
__props__.__dict__["topic_name"] = topic_name
|
|
543
542
|
return KafkaTopic(resource_name, opts=opts, __props__=__props__)
|
|
544
543
|
|
|
545
|
-
@property
|
|
544
|
+
@_builtins.property
|
|
546
545
|
@pulumi.getter
|
|
547
546
|
def config(self) -> pulumi.Output[Optional['outputs.KafkaTopicConfig']]:
|
|
548
547
|
"""
|
|
@@ -550,47 +549,47 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
550
549
|
"""
|
|
551
550
|
return pulumi.get(self, "config")
|
|
552
551
|
|
|
553
|
-
@property
|
|
552
|
+
@_builtins.property
|
|
554
553
|
@pulumi.getter(name="ownerUserGroupId")
|
|
555
|
-
def owner_user_group_id(self) -> pulumi.Output[Optional[
|
|
554
|
+
def owner_user_group_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
556
555
|
"""
|
|
557
556
|
The ID of the user group that owns the topic. Assigning ownership to decentralize topic management is part of [Aiven for Apache Kafka® governance](https://aiven.io/docs/products/kafka/concepts/governance-overview).
|
|
558
557
|
"""
|
|
559
558
|
return pulumi.get(self, "owner_user_group_id")
|
|
560
559
|
|
|
561
|
-
@property
|
|
560
|
+
@_builtins.property
|
|
562
561
|
@pulumi.getter
|
|
563
|
-
def partitions(self) -> pulumi.Output[
|
|
562
|
+
def partitions(self) -> pulumi.Output[_builtins.int]:
|
|
564
563
|
"""
|
|
565
564
|
The number of partitions to create in the topic.
|
|
566
565
|
"""
|
|
567
566
|
return pulumi.get(self, "partitions")
|
|
568
567
|
|
|
569
|
-
@property
|
|
568
|
+
@_builtins.property
|
|
570
569
|
@pulumi.getter
|
|
571
|
-
def project(self) -> pulumi.Output[
|
|
570
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
|
572
571
|
"""
|
|
573
572
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
574
573
|
"""
|
|
575
574
|
return pulumi.get(self, "project")
|
|
576
575
|
|
|
577
|
-
@property
|
|
576
|
+
@_builtins.property
|
|
578
577
|
@pulumi.getter
|
|
579
|
-
def replication(self) -> pulumi.Output[
|
|
578
|
+
def replication(self) -> pulumi.Output[_builtins.int]:
|
|
580
579
|
"""
|
|
581
580
|
The replication factor for the topic.
|
|
582
581
|
"""
|
|
583
582
|
return pulumi.get(self, "replication")
|
|
584
583
|
|
|
585
|
-
@property
|
|
584
|
+
@_builtins.property
|
|
586
585
|
@pulumi.getter(name="serviceName")
|
|
587
|
-
def service_name(self) -> pulumi.Output[
|
|
586
|
+
def service_name(self) -> pulumi.Output[_builtins.str]:
|
|
588
587
|
"""
|
|
589
588
|
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.
|
|
590
589
|
"""
|
|
591
590
|
return pulumi.get(self, "service_name")
|
|
592
591
|
|
|
593
|
-
@property
|
|
592
|
+
@_builtins.property
|
|
594
593
|
@pulumi.getter
|
|
595
594
|
def tags(self) -> pulumi.Output[Optional[Sequence['outputs.KafkaTopicTag']]]:
|
|
596
595
|
"""
|
|
@@ -598,22 +597,22 @@ class KafkaTopic(pulumi.CustomResource):
|
|
|
598
597
|
"""
|
|
599
598
|
return pulumi.get(self, "tags")
|
|
600
599
|
|
|
601
|
-
@property
|
|
600
|
+
@_builtins.property
|
|
602
601
|
@pulumi.getter(name="terminationProtection")
|
|
603
|
-
def termination_protection(self) -> pulumi.Output[Optional[
|
|
602
|
+
def termination_protection(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
604
603
|
return pulumi.get(self, "termination_protection")
|
|
605
604
|
|
|
606
|
-
@property
|
|
605
|
+
@_builtins.property
|
|
607
606
|
@pulumi.getter(name="topicDescription")
|
|
608
|
-
def topic_description(self) -> pulumi.Output[Optional[
|
|
607
|
+
def topic_description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
609
608
|
"""
|
|
610
609
|
The description of the topic
|
|
611
610
|
"""
|
|
612
611
|
return pulumi.get(self, "topic_description")
|
|
613
612
|
|
|
614
|
-
@property
|
|
613
|
+
@_builtins.property
|
|
615
614
|
@pulumi.getter(name="topicName")
|
|
616
|
-
def topic_name(self) -> pulumi.Output[
|
|
615
|
+
def topic_name(self) -> pulumi.Output[_builtins.str]:
|
|
617
616
|
"""
|
|
618
617
|
The name of the topic. Changing this property forces recreation of the resource.
|
|
619
618
|
"""
|