pulumi-aiven 6.42.0a1753333878__py3-none-any.whl → 6.42.0a1753397358__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 (188) hide show
  1. pulumi_aiven/__init__.py +1 -1
  2. pulumi_aiven/_inputs.py +10713 -10714
  3. pulumi_aiven/account.py +89 -90
  4. pulumi_aiven/account_authentication.py +253 -254
  5. pulumi_aiven/account_team.py +62 -63
  6. pulumi_aiven/account_team_member.py +79 -80
  7. pulumi_aiven/account_team_project.py +69 -70
  8. pulumi_aiven/alloydbomni.py +319 -320
  9. pulumi_aiven/alloydbomni_database.py +86 -87
  10. pulumi_aiven/alloydbomni_user.py +113 -114
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
  12. pulumi_aiven/aws_privatelink.py +70 -71
  13. pulumi_aiven/aws_vpc_peering_connection.py +96 -97
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
  15. pulumi_aiven/azure_privatelink.py +88 -89
  16. pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
  17. pulumi_aiven/azure_vpc_peering_connection.py +130 -131
  18. pulumi_aiven/billing_group.py +256 -257
  19. pulumi_aiven/cassandra.py +302 -303
  20. pulumi_aiven/cassandra_user.py +96 -97
  21. pulumi_aiven/clickhouse.py +302 -303
  22. pulumi_aiven/clickhouse_database.py +65 -66
  23. pulumi_aiven/clickhouse_grant.py +75 -76
  24. pulumi_aiven/clickhouse_role.py +52 -53
  25. pulumi_aiven/clickhouse_user.py +79 -80
  26. pulumi_aiven/config/__init__.py +1 -1
  27. pulumi_aiven/config/__init__.pyi +1 -2
  28. pulumi_aiven/config/vars.py +2 -3
  29. pulumi_aiven/connection_pool.py +129 -130
  30. pulumi_aiven/dragonfly.py +302 -303
  31. pulumi_aiven/flink.py +302 -303
  32. pulumi_aiven/flink_application.py +97 -98
  33. pulumi_aiven/flink_application_deployment.py +138 -139
  34. pulumi_aiven/flink_application_version.py +117 -118
  35. pulumi_aiven/flink_jar_application.py +101 -102
  36. pulumi_aiven/flink_jar_application_deployment.py +217 -218
  37. pulumi_aiven/flink_jar_application_version.py +116 -117
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
  39. pulumi_aiven/gcp_privatelink.py +62 -63
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
  41. pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
  42. pulumi_aiven/get_account.py +23 -24
  43. pulumi_aiven/get_account_authentication.py +46 -47
  44. pulumi_aiven/get_account_team.py +21 -22
  45. pulumi_aiven/get_account_team_member.py +27 -28
  46. pulumi_aiven/get_account_team_project.py +23 -24
  47. pulumi_aiven/get_alloydbomni.py +63 -64
  48. pulumi_aiven/get_alloydbomni_database.py +25 -26
  49. pulumi_aiven/get_alloydbomni_user.py +31 -32
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
  51. pulumi_aiven/get_aws_privatelink.py +21 -22
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
  54. pulumi_aiven/get_azure_privatelink.py +25 -26
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
  56. pulumi_aiven/get_billing_group.py +39 -40
  57. pulumi_aiven/get_cassanda.py +61 -62
  58. pulumi_aiven/get_cassandra.py +61 -62
  59. pulumi_aiven/get_cassandra_user.py +29 -30
  60. pulumi_aiven/get_clickhouse.py +61 -62
  61. pulumi_aiven/get_clickhouse_database.py +23 -24
  62. pulumi_aiven/get_clickhouse_user.py +27 -28
  63. pulumi_aiven/get_connection_pool.py +31 -32
  64. pulumi_aiven/get_dragonfly.py +61 -62
  65. pulumi_aiven/get_external_identity.py +27 -28
  66. pulumi_aiven/get_flink.py +61 -62
  67. pulumi_aiven/get_flink_application.py +31 -32
  68. pulumi_aiven/get_flink_application_version.py +39 -40
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
  70. pulumi_aiven/get_gcp_privatelink.py +21 -22
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
  72. pulumi_aiven/get_grafana.py +61 -62
  73. pulumi_aiven/get_influx_db.py +57 -58
  74. pulumi_aiven/get_influxdb_database.py +17 -18
  75. pulumi_aiven/get_influxdb_user.py +23 -24
  76. pulumi_aiven/get_kafka.py +65 -66
  77. pulumi_aiven/get_kafka_acl.py +35 -36
  78. pulumi_aiven/get_kafka_connect.py +60 -61
  79. pulumi_aiven/get_kafka_connector.py +36 -37
  80. pulumi_aiven/get_kafka_mirror_maker.py +60 -61
  81. pulumi_aiven/get_kafka_schema.py +29 -30
  82. pulumi_aiven/get_kafka_schema_configuration.py +25 -26
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
  84. pulumi_aiven/get_kafka_topic.py +33 -34
  85. pulumi_aiven/get_kafka_user.py +29 -30
  86. pulumi_aiven/get_m3_aggregator.py +61 -62
  87. pulumi_aiven/get_m3_db.py +61 -62
  88. pulumi_aiven/get_m3db_user.py +25 -26
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
  90. pulumi_aiven/get_my_sql.py +61 -62
  91. pulumi_aiven/get_mysql_database.py +23 -24
  92. pulumi_aiven/get_mysql_user.py +31 -32
  93. pulumi_aiven/get_open_search.py +61 -62
  94. pulumi_aiven/get_open_search_acl_config.py +19 -20
  95. pulumi_aiven/get_open_search_acl_rule.py +33 -34
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
  97. pulumi_aiven/get_opensearch_user.py +25 -26
  98. pulumi_aiven/get_organization.py +20 -21
  99. pulumi_aiven/get_organization_address.py +32 -33
  100. pulumi_aiven/get_organization_application_user.py +21 -22
  101. pulumi_aiven/get_organization_billing_group.py +34 -35
  102. pulumi_aiven/get_organization_billing_group_list.py +11 -12
  103. pulumi_aiven/get_organization_project.py +27 -28
  104. pulumi_aiven/get_organization_user.py +23 -24
  105. pulumi_aiven/get_organization_user_group.py +23 -24
  106. pulumi_aiven/get_organization_user_list.py +14 -15
  107. pulumi_aiven/get_organization_vpc.py +25 -26
  108. pulumi_aiven/get_organizational_unit.py +17 -18
  109. pulumi_aiven/get_pg.py +61 -62
  110. pulumi_aiven/get_pg_database.py +27 -28
  111. pulumi_aiven/get_pg_user.py +31 -32
  112. pulumi_aiven/get_project.py +34 -35
  113. pulumi_aiven/get_project_user.py +19 -20
  114. pulumi_aiven/get_project_vpc.py +25 -26
  115. pulumi_aiven/get_redis.py +61 -62
  116. pulumi_aiven/get_redis_user.py +33 -34
  117. pulumi_aiven/get_service_component.py +51 -52
  118. pulumi_aiven/get_service_integration.py +52 -53
  119. pulumi_aiven/get_service_integration_endpoint.py +38 -39
  120. pulumi_aiven/get_thanos.py +61 -62
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
  122. pulumi_aiven/get_valkey.py +61 -62
  123. pulumi_aiven/get_valkey_user.py +33 -34
  124. pulumi_aiven/governance_access.py +84 -85
  125. pulumi_aiven/grafana.py +302 -303
  126. pulumi_aiven/influx_db.py +302 -303
  127. pulumi_aiven/influxdb_database.py +65 -66
  128. pulumi_aiven/influxdb_user.py +96 -97
  129. pulumi_aiven/kafka.py +336 -337
  130. pulumi_aiven/kafka_acl.py +95 -96
  131. pulumi_aiven/kafka_connect.py +299 -300
  132. pulumi_aiven/kafka_connector.py +125 -126
  133. pulumi_aiven/kafka_mirror_maker.py +299 -300
  134. pulumi_aiven/kafka_native_acl.py +154 -155
  135. pulumi_aiven/kafka_quota.py +120 -121
  136. pulumi_aiven/kafka_schema.py +112 -113
  137. pulumi_aiven/kafka_schema_configuration.py +52 -53
  138. pulumi_aiven/kafka_schema_registry_acl.py +95 -96
  139. pulumi_aiven/kafka_topic.py +139 -140
  140. pulumi_aiven/kafka_user.py +96 -97
  141. pulumi_aiven/m3_aggregator.py +302 -303
  142. pulumi_aiven/m3_db.py +302 -303
  143. pulumi_aiven/m3db_user.py +78 -79
  144. pulumi_aiven/mirror_maker_replication_flow.py +273 -274
  145. pulumi_aiven/my_sql.py +302 -303
  146. pulumi_aiven/mysql_database.py +65 -66
  147. pulumi_aiven/mysql_user.py +113 -114
  148. pulumi_aiven/open_search.py +302 -303
  149. pulumi_aiven/open_search_acl_config.py +69 -70
  150. pulumi_aiven/open_search_acl_rule.py +86 -87
  151. pulumi_aiven/opensearch_security_plugin_config.py +79 -80
  152. pulumi_aiven/opensearch_user.py +78 -79
  153. pulumi_aiven/organization.py +48 -49
  154. pulumi_aiven/organization_address.py +150 -151
  155. pulumi_aiven/organization_application_user.py +70 -71
  156. pulumi_aiven/organization_application_user_token.py +210 -211
  157. pulumi_aiven/organization_billing_group.py +183 -184
  158. pulumi_aiven/organization_group_project.py +55 -56
  159. pulumi_aiven/organization_permission.py +55 -56
  160. pulumi_aiven/organization_project.py +118 -119
  161. pulumi_aiven/organization_user.py +71 -72
  162. pulumi_aiven/organization_user_group.py +79 -80
  163. pulumi_aiven/organization_user_group_member.py +64 -65
  164. pulumi_aiven/organization_vpc.py +88 -89
  165. pulumi_aiven/organizational_unit.py +62 -63
  166. pulumi_aiven/outputs.py +14260 -14261
  167. pulumi_aiven/pg.py +302 -303
  168. pulumi_aiven/pg_database.py +99 -100
  169. pulumi_aiven/pg_user.py +113 -114
  170. pulumi_aiven/project.py +193 -194
  171. pulumi_aiven/project_user.py +61 -62
  172. pulumi_aiven/project_vpc.py +61 -62
  173. pulumi_aiven/provider.py +12 -13
  174. pulumi_aiven/pulumi-plugin.json +1 -1
  175. pulumi_aiven/redis.py +302 -303
  176. pulumi_aiven/redis_user.py +146 -147
  177. pulumi_aiven/service_integration.py +191 -192
  178. pulumi_aiven/service_integration_endpoint.py +118 -119
  179. pulumi_aiven/static_ip.py +71 -72
  180. pulumi_aiven/thanos.py +302 -303
  181. pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
  182. pulumi_aiven/valkey.py +302 -303
  183. pulumi_aiven/valkey_user.py +146 -147
  184. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0a1753397358.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.42.0a1753333878.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.42.0a1753333878.dist-info → pulumi_aiven-6.42.0a1753397358.dist-info}/top_level.txt +0 -0
@@ -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[builtins.int],
26
- project: pulumi.Input[builtins.str],
27
- replication: pulumi.Input[builtins.int],
28
- service_name: pulumi.Input[builtins.str],
29
- topic_name: pulumi.Input[builtins.str],
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[builtins.str]] = None,
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[builtins.bool]] = None,
34
- topic_description: Optional[pulumi.Input[builtins.str]] = None):
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[builtins.int] partitions: The number of partitions to create in the topic.
38
- :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.
39
- :param pulumi.Input[builtins.int] replication: The replication factor for the topic.
40
- :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.
41
- :param pulumi.Input[builtins.str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
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[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).
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[builtins.str] topic_description: The description of the topic
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[builtins.int]:
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[builtins.int]):
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[builtins.str]:
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[builtins.str]):
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[builtins.int]:
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[builtins.int]):
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[builtins.str]:
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[builtins.str]):
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[builtins.str]:
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[builtins.str]):
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[builtins.str]]:
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[builtins.str]]):
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[builtins.bool]]:
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[builtins.bool]]):
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[builtins.str]]:
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[builtins.str]]):
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[builtins.str]] = None,
186
- partitions: Optional[pulumi.Input[builtins.int]] = None,
187
- project: Optional[pulumi.Input[builtins.str]] = None,
188
- replication: Optional[pulumi.Input[builtins.int]] = None,
189
- service_name: Optional[pulumi.Input[builtins.str]] = None,
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[builtins.bool]] = None,
192
- topic_description: Optional[pulumi.Input[builtins.str]] = None,
193
- topic_name: Optional[pulumi.Input[builtins.str]] = None):
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[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).
198
- :param pulumi.Input[builtins.int] partitions: The number of partitions to create in the topic.
199
- :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.
200
- :param pulumi.Input[builtins.int] replication: The replication factor for the topic.
201
- :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.
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[builtins.str] topic_description: The description of the topic
204
- :param pulumi.Input[builtins.str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
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[builtins.str]]:
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[builtins.str]]):
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[builtins.int]]:
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[builtins.int]]):
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[builtins.str]]:
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[builtins.str]]):
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[builtins.int]]:
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[builtins.int]]):
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[builtins.str]]:
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[builtins.str]]):
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[builtins.bool]]:
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[builtins.bool]]):
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[builtins.str]]:
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[builtins.str]]):
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[builtins.str]]:
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[builtins.str]]):
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[builtins.str]] = None,
353
- partitions: Optional[pulumi.Input[builtins.int]] = None,
354
- project: Optional[pulumi.Input[builtins.str]] = None,
355
- replication: Optional[pulumi.Input[builtins.int]] = None,
356
- service_name: Optional[pulumi.Input[builtins.str]] = None,
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[builtins.bool]] = None,
359
- topic_description: Optional[pulumi.Input[builtins.str]] = None,
360
- topic_name: Optional[pulumi.Input[builtins.str]] = None,
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[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).
395
- :param pulumi.Input[builtins.int] partitions: The number of partitions to create in the topic.
396
- :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.
397
- :param pulumi.Input[builtins.int] replication: The replication factor for the topic.
398
- :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.
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[builtins.str] topic_description: The description of the topic
401
- :param pulumi.Input[builtins.str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
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[builtins.str]] = None,
455
- partitions: Optional[pulumi.Input[builtins.int]] = None,
456
- project: Optional[pulumi.Input[builtins.str]] = None,
457
- replication: Optional[pulumi.Input[builtins.int]] = None,
458
- service_name: Optional[pulumi.Input[builtins.str]] = None,
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[builtins.bool]] = None,
461
- topic_description: Optional[pulumi.Input[builtins.str]] = None,
462
- topic_name: Optional[pulumi.Input[builtins.str]] = None,
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[builtins.str]] = None,
504
- partitions: Optional[pulumi.Input[builtins.int]] = None,
505
- project: Optional[pulumi.Input[builtins.str]] = None,
506
- replication: Optional[pulumi.Input[builtins.int]] = None,
507
- service_name: Optional[pulumi.Input[builtins.str]] = None,
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[builtins.bool]] = None,
510
- topic_description: Optional[pulumi.Input[builtins.str]] = None,
511
- topic_name: Optional[pulumi.Input[builtins.str]] = None) -> 'KafkaTopic':
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[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).
521
- :param pulumi.Input[builtins.int] partitions: The number of partitions to create in the topic.
522
- :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.
523
- :param pulumi.Input[builtins.int] replication: The replication factor for the topic.
524
- :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.
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[builtins.str] topic_description: The description of the topic
527
- :param pulumi.Input[builtins.str] topic_name: The name of the topic. Changing this property forces recreation of the resource.
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[builtins.str]]:
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[builtins.int]:
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[builtins.str]:
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[builtins.int]:
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[builtins.str]:
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[builtins.bool]]:
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[builtins.str]]:
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[builtins.str]:
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
  """