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
pulumi_aiven/kafka_acl.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
@@ -20,18 +19,18 @@ __all__ = ['KafkaAclArgs', 'KafkaAcl']
20
19
  @pulumi.input_type
21
20
  class KafkaAclArgs:
22
21
  def __init__(__self__, *,
23
- permission: pulumi.Input[builtins.str],
24
- project: pulumi.Input[builtins.str],
25
- service_name: pulumi.Input[builtins.str],
26
- topic: pulumi.Input[builtins.str],
27
- username: pulumi.Input[builtins.str]):
22
+ permission: pulumi.Input[_builtins.str],
23
+ project: pulumi.Input[_builtins.str],
24
+ service_name: pulumi.Input[_builtins.str],
25
+ topic: pulumi.Input[_builtins.str],
26
+ username: pulumi.Input[_builtins.str]):
28
27
  """
29
28
  The set of arguments for constructing a KafkaAcl resource.
30
- :param pulumi.Input[builtins.str] permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
31
- :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.
32
- :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.
33
- :param pulumi.Input[builtins.str] topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
34
- :param pulumi.Input[builtins.str] username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
29
+ :param pulumi.Input[_builtins.str] permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
30
+ :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.
31
+ :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.
32
+ :param pulumi.Input[_builtins.str] topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
33
+ :param pulumi.Input[_builtins.str] username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
35
34
  """
36
35
  pulumi.set(__self__, "permission", permission)
37
36
  pulumi.set(__self__, "project", project)
@@ -39,84 +38,84 @@ class KafkaAclArgs:
39
38
  pulumi.set(__self__, "topic", topic)
40
39
  pulumi.set(__self__, "username", username)
41
40
 
42
- @property
41
+ @_builtins.property
43
42
  @pulumi.getter
44
- def permission(self) -> pulumi.Input[builtins.str]:
43
+ def permission(self) -> pulumi.Input[_builtins.str]:
45
44
  """
46
45
  Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
47
46
  """
48
47
  return pulumi.get(self, "permission")
49
48
 
50
49
  @permission.setter
51
- def permission(self, value: pulumi.Input[builtins.str]):
50
+ def permission(self, value: pulumi.Input[_builtins.str]):
52
51
  pulumi.set(self, "permission", value)
53
52
 
54
- @property
53
+ @_builtins.property
55
54
  @pulumi.getter
56
- def project(self) -> pulumi.Input[builtins.str]:
55
+ def project(self) -> pulumi.Input[_builtins.str]:
57
56
  """
58
57
  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.
59
58
  """
60
59
  return pulumi.get(self, "project")
61
60
 
62
61
  @project.setter
63
- def project(self, value: pulumi.Input[builtins.str]):
62
+ def project(self, value: pulumi.Input[_builtins.str]):
64
63
  pulumi.set(self, "project", value)
65
64
 
66
- @property
65
+ @_builtins.property
67
66
  @pulumi.getter(name="serviceName")
68
- def service_name(self) -> pulumi.Input[builtins.str]:
67
+ def service_name(self) -> pulumi.Input[_builtins.str]:
69
68
  """
70
69
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
71
70
  """
72
71
  return pulumi.get(self, "service_name")
73
72
 
74
73
  @service_name.setter
75
- def service_name(self, value: pulumi.Input[builtins.str]):
74
+ def service_name(self, value: pulumi.Input[_builtins.str]):
76
75
  pulumi.set(self, "service_name", value)
77
76
 
78
- @property
77
+ @_builtins.property
79
78
  @pulumi.getter
80
- def topic(self) -> pulumi.Input[builtins.str]:
79
+ def topic(self) -> pulumi.Input[_builtins.str]:
81
80
  """
82
81
  Topics that the permissions apply to. Changing this property forces recreation of the resource.
83
82
  """
84
83
  return pulumi.get(self, "topic")
85
84
 
86
85
  @topic.setter
87
- def topic(self, value: pulumi.Input[builtins.str]):
86
+ def topic(self, value: pulumi.Input[_builtins.str]):
88
87
  pulumi.set(self, "topic", value)
89
88
 
90
- @property
89
+ @_builtins.property
91
90
  @pulumi.getter
92
- def username(self) -> pulumi.Input[builtins.str]:
91
+ def username(self) -> pulumi.Input[_builtins.str]:
93
92
  """
94
93
  Usernames to grant permissions to. Changing this property forces recreation of the resource.
95
94
  """
96
95
  return pulumi.get(self, "username")
97
96
 
98
97
  @username.setter
99
- def username(self, value: pulumi.Input[builtins.str]):
98
+ def username(self, value: pulumi.Input[_builtins.str]):
100
99
  pulumi.set(self, "username", value)
101
100
 
102
101
 
103
102
  @pulumi.input_type
104
103
  class _KafkaAclState:
105
104
  def __init__(__self__, *,
106
- acl_id: Optional[pulumi.Input[builtins.str]] = None,
107
- permission: Optional[pulumi.Input[builtins.str]] = None,
108
- project: Optional[pulumi.Input[builtins.str]] = None,
109
- service_name: Optional[pulumi.Input[builtins.str]] = None,
110
- topic: Optional[pulumi.Input[builtins.str]] = None,
111
- username: Optional[pulumi.Input[builtins.str]] = None):
105
+ acl_id: Optional[pulumi.Input[_builtins.str]] = None,
106
+ permission: Optional[pulumi.Input[_builtins.str]] = None,
107
+ project: Optional[pulumi.Input[_builtins.str]] = None,
108
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
109
+ topic: Optional[pulumi.Input[_builtins.str]] = None,
110
+ username: Optional[pulumi.Input[_builtins.str]] = None):
112
111
  """
113
112
  Input properties used for looking up and filtering KafkaAcl resources.
114
- :param pulumi.Input[builtins.str] acl_id: Kafka ACL ID.
115
- :param pulumi.Input[builtins.str] permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
116
- :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.
117
- :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.
118
- :param pulumi.Input[builtins.str] topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
119
- :param pulumi.Input[builtins.str] username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
113
+ :param pulumi.Input[_builtins.str] acl_id: Kafka ACL ID.
114
+ :param pulumi.Input[_builtins.str] permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
115
+ :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.
116
+ :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.
117
+ :param pulumi.Input[_builtins.str] topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
118
+ :param pulumi.Input[_builtins.str] username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
120
119
  """
121
120
  if acl_id is not None:
122
121
  pulumi.set(__self__, "acl_id", acl_id)
@@ -131,76 +130,76 @@ class _KafkaAclState:
131
130
  if username is not None:
132
131
  pulumi.set(__self__, "username", username)
133
132
 
134
- @property
133
+ @_builtins.property
135
134
  @pulumi.getter(name="aclId")
136
- def acl_id(self) -> Optional[pulumi.Input[builtins.str]]:
135
+ def acl_id(self) -> Optional[pulumi.Input[_builtins.str]]:
137
136
  """
138
137
  Kafka ACL ID.
139
138
  """
140
139
  return pulumi.get(self, "acl_id")
141
140
 
142
141
  @acl_id.setter
143
- def acl_id(self, value: Optional[pulumi.Input[builtins.str]]):
142
+ def acl_id(self, value: Optional[pulumi.Input[_builtins.str]]):
144
143
  pulumi.set(self, "acl_id", value)
145
144
 
146
- @property
145
+ @_builtins.property
147
146
  @pulumi.getter
148
- def permission(self) -> Optional[pulumi.Input[builtins.str]]:
147
+ def permission(self) -> Optional[pulumi.Input[_builtins.str]]:
149
148
  """
150
149
  Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
151
150
  """
152
151
  return pulumi.get(self, "permission")
153
152
 
154
153
  @permission.setter
155
- def permission(self, value: Optional[pulumi.Input[builtins.str]]):
154
+ def permission(self, value: Optional[pulumi.Input[_builtins.str]]):
156
155
  pulumi.set(self, "permission", value)
157
156
 
158
- @property
157
+ @_builtins.property
159
158
  @pulumi.getter
160
- def project(self) -> Optional[pulumi.Input[builtins.str]]:
159
+ def project(self) -> Optional[pulumi.Input[_builtins.str]]:
161
160
  """
162
161
  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.
163
162
  """
164
163
  return pulumi.get(self, "project")
165
164
 
166
165
  @project.setter
167
- def project(self, value: Optional[pulumi.Input[builtins.str]]):
166
+ def project(self, value: Optional[pulumi.Input[_builtins.str]]):
168
167
  pulumi.set(self, "project", value)
169
168
 
170
- @property
169
+ @_builtins.property
171
170
  @pulumi.getter(name="serviceName")
172
- def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
171
+ def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
173
172
  """
174
173
  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.
175
174
  """
176
175
  return pulumi.get(self, "service_name")
177
176
 
178
177
  @service_name.setter
179
- def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
178
+ def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
180
179
  pulumi.set(self, "service_name", value)
181
180
 
182
- @property
181
+ @_builtins.property
183
182
  @pulumi.getter
184
- def topic(self) -> Optional[pulumi.Input[builtins.str]]:
183
+ def topic(self) -> Optional[pulumi.Input[_builtins.str]]:
185
184
  """
186
185
  Topics that the permissions apply to. Changing this property forces recreation of the resource.
187
186
  """
188
187
  return pulumi.get(self, "topic")
189
188
 
190
189
  @topic.setter
191
- def topic(self, value: Optional[pulumi.Input[builtins.str]]):
190
+ def topic(self, value: Optional[pulumi.Input[_builtins.str]]):
192
191
  pulumi.set(self, "topic", value)
193
192
 
194
- @property
193
+ @_builtins.property
195
194
  @pulumi.getter
196
- def username(self) -> Optional[pulumi.Input[builtins.str]]:
195
+ def username(self) -> Optional[pulumi.Input[_builtins.str]]:
197
196
  """
198
197
  Usernames to grant permissions to. Changing this property forces recreation of the resource.
199
198
  """
200
199
  return pulumi.get(self, "username")
201
200
 
202
201
  @username.setter
203
- def username(self, value: Optional[pulumi.Input[builtins.str]]):
202
+ def username(self, value: Optional[pulumi.Input[_builtins.str]]):
204
203
  pulumi.set(self, "username", value)
205
204
 
206
205
 
@@ -210,11 +209,11 @@ class KafkaAcl(pulumi.CustomResource):
210
209
  def __init__(__self__,
211
210
  resource_name: str,
212
211
  opts: Optional[pulumi.ResourceOptions] = None,
213
- permission: Optional[pulumi.Input[builtins.str]] = None,
214
- project: Optional[pulumi.Input[builtins.str]] = None,
215
- service_name: Optional[pulumi.Input[builtins.str]] = None,
216
- topic: Optional[pulumi.Input[builtins.str]] = None,
217
- username: Optional[pulumi.Input[builtins.str]] = None,
212
+ permission: Optional[pulumi.Input[_builtins.str]] = None,
213
+ project: Optional[pulumi.Input[_builtins.str]] = None,
214
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
215
+ topic: Optional[pulumi.Input[_builtins.str]] = None,
216
+ username: Optional[pulumi.Input[_builtins.str]] = None,
218
217
  __props__=None):
219
218
  """
220
219
  Creates and manages Aiven [access control lists](https://aiven.io/docs/products/kafka/concepts/acl) (ACLs) for an Aiven for Apache Kafka® service. ACLs control access to Kafka topics, consumer groups,
@@ -244,11 +243,11 @@ class KafkaAcl(pulumi.CustomResource):
244
243
 
245
244
  :param str resource_name: The name of the resource.
246
245
  :param pulumi.ResourceOptions opts: Options for the resource.
247
- :param pulumi.Input[builtins.str] permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
248
- :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.
249
- :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.
250
- :param pulumi.Input[builtins.str] topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
251
- :param pulumi.Input[builtins.str] username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
246
+ :param pulumi.Input[_builtins.str] permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
247
+ :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.
248
+ :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.
249
+ :param pulumi.Input[_builtins.str] topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
250
+ :param pulumi.Input[_builtins.str] username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
252
251
  """
253
252
  ...
254
253
  @overload
@@ -297,11 +296,11 @@ class KafkaAcl(pulumi.CustomResource):
297
296
  def _internal_init(__self__,
298
297
  resource_name: str,
299
298
  opts: Optional[pulumi.ResourceOptions] = None,
300
- permission: Optional[pulumi.Input[builtins.str]] = None,
301
- project: Optional[pulumi.Input[builtins.str]] = None,
302
- service_name: Optional[pulumi.Input[builtins.str]] = None,
303
- topic: Optional[pulumi.Input[builtins.str]] = None,
304
- username: Optional[pulumi.Input[builtins.str]] = None,
299
+ permission: Optional[pulumi.Input[_builtins.str]] = None,
300
+ project: Optional[pulumi.Input[_builtins.str]] = None,
301
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
302
+ topic: Optional[pulumi.Input[_builtins.str]] = None,
303
+ username: Optional[pulumi.Input[_builtins.str]] = None,
305
304
  __props__=None):
306
305
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
307
306
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -337,12 +336,12 @@ class KafkaAcl(pulumi.CustomResource):
337
336
  def get(resource_name: str,
338
337
  id: pulumi.Input[str],
339
338
  opts: Optional[pulumi.ResourceOptions] = None,
340
- acl_id: Optional[pulumi.Input[builtins.str]] = None,
341
- permission: Optional[pulumi.Input[builtins.str]] = None,
342
- project: Optional[pulumi.Input[builtins.str]] = None,
343
- service_name: Optional[pulumi.Input[builtins.str]] = None,
344
- topic: Optional[pulumi.Input[builtins.str]] = None,
345
- username: Optional[pulumi.Input[builtins.str]] = None) -> 'KafkaAcl':
339
+ acl_id: Optional[pulumi.Input[_builtins.str]] = None,
340
+ permission: Optional[pulumi.Input[_builtins.str]] = None,
341
+ project: Optional[pulumi.Input[_builtins.str]] = None,
342
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
343
+ topic: Optional[pulumi.Input[_builtins.str]] = None,
344
+ username: Optional[pulumi.Input[_builtins.str]] = None) -> 'KafkaAcl':
346
345
  """
347
346
  Get an existing KafkaAcl resource's state with the given name, id, and optional extra
348
347
  properties used to qualify the lookup.
@@ -350,12 +349,12 @@ class KafkaAcl(pulumi.CustomResource):
350
349
  :param str resource_name: The unique name of the resulting resource.
351
350
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
352
351
  :param pulumi.ResourceOptions opts: Options for the resource.
353
- :param pulumi.Input[builtins.str] acl_id: Kafka ACL ID.
354
- :param pulumi.Input[builtins.str] permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
355
- :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.
356
- :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.
357
- :param pulumi.Input[builtins.str] topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
358
- :param pulumi.Input[builtins.str] username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
352
+ :param pulumi.Input[_builtins.str] acl_id: Kafka ACL ID.
353
+ :param pulumi.Input[_builtins.str] permission: Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
354
+ :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.
355
+ :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.
356
+ :param pulumi.Input[_builtins.str] topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
357
+ :param pulumi.Input[_builtins.str] username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
359
358
  """
360
359
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
361
360
 
@@ -369,49 +368,49 @@ class KafkaAcl(pulumi.CustomResource):
369
368
  __props__.__dict__["username"] = username
370
369
  return KafkaAcl(resource_name, opts=opts, __props__=__props__)
371
370
 
372
- @property
371
+ @_builtins.property
373
372
  @pulumi.getter(name="aclId")
374
- def acl_id(self) -> pulumi.Output[builtins.str]:
373
+ def acl_id(self) -> pulumi.Output[_builtins.str]:
375
374
  """
376
375
  Kafka ACL ID.
377
376
  """
378
377
  return pulumi.get(self, "acl_id")
379
378
 
380
- @property
379
+ @_builtins.property
381
380
  @pulumi.getter
382
- def permission(self) -> pulumi.Output[builtins.str]:
381
+ def permission(self) -> pulumi.Output[_builtins.str]:
383
382
  """
384
383
  Permissions to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
385
384
  """
386
385
  return pulumi.get(self, "permission")
387
386
 
388
- @property
387
+ @_builtins.property
389
388
  @pulumi.getter
390
- def project(self) -> pulumi.Output[builtins.str]:
389
+ def project(self) -> pulumi.Output[_builtins.str]:
391
390
  """
392
391
  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.
393
392
  """
394
393
  return pulumi.get(self, "project")
395
394
 
396
- @property
395
+ @_builtins.property
397
396
  @pulumi.getter(name="serviceName")
398
- def service_name(self) -> pulumi.Output[builtins.str]:
397
+ def service_name(self) -> pulumi.Output[_builtins.str]:
399
398
  """
400
399
  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.
401
400
  """
402
401
  return pulumi.get(self, "service_name")
403
402
 
404
- @property
403
+ @_builtins.property
405
404
  @pulumi.getter
406
- def topic(self) -> pulumi.Output[builtins.str]:
405
+ def topic(self) -> pulumi.Output[_builtins.str]:
407
406
  """
408
407
  Topics that the permissions apply to. Changing this property forces recreation of the resource.
409
408
  """
410
409
  return pulumi.get(self, "topic")
411
410
 
412
- @property
411
+ @_builtins.property
413
412
  @pulumi.getter
414
- def username(self) -> pulumi.Output[builtins.str]:
413
+ def username(self) -> pulumi.Output[_builtins.str]:
415
414
  """
416
415
  Usernames to grant permissions to. Changing this property forces recreation of the resource.
417
416
  """