pulumi-aiven 6.41.0a1752901795__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.

Files changed (188) hide show
  1. pulumi_aiven/__init__.py +1 -1
  2. pulumi_aiven/_inputs.py +11086 -10761
  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 +72 -73
  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 +304 -305
  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 +24 -25
  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 +62 -63
  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 +66 -67
  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 +20 -21
  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 +66 -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 +339 -340
  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 +311 -303
  142. pulumi_aiven/m3_db.py +311 -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 +77 -78
  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 +58 -59
  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 +14747 -14310
  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 +64 -65
  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 +235 -189
  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.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
  185. pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
  186. pulumi_aiven-6.41.0a1752901795.dist-info/RECORD +0 -189
  187. {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
  188. {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.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
@@ -20,26 +19,26 @@ __all__ = ['KafkaNativeAclArgs', 'KafkaNativeAcl']
20
19
  @pulumi.input_type
21
20
  class KafkaNativeAclArgs:
22
21
  def __init__(__self__, *,
23
- operation: pulumi.Input[builtins.str],
24
- pattern_type: pulumi.Input[builtins.str],
25
- permission_type: pulumi.Input[builtins.str],
26
- principal: pulumi.Input[builtins.str],
27
- project: pulumi.Input[builtins.str],
28
- resource_name: pulumi.Input[builtins.str],
29
- resource_type: pulumi.Input[builtins.str],
30
- service_name: pulumi.Input[builtins.str],
31
- host: Optional[pulumi.Input[builtins.str]] = None):
22
+ operation: pulumi.Input[_builtins.str],
23
+ pattern_type: pulumi.Input[_builtins.str],
24
+ permission_type: pulumi.Input[_builtins.str],
25
+ principal: pulumi.Input[_builtins.str],
26
+ project: pulumi.Input[_builtins.str],
27
+ resource_name: pulumi.Input[_builtins.str],
28
+ resource_type: pulumi.Input[_builtins.str],
29
+ service_name: pulumi.Input[_builtins.str],
30
+ host: Optional[pulumi.Input[_builtins.str]] = None):
32
31
  """
33
32
  The set of arguments for constructing a KafkaNativeAcl resource.
34
- :param pulumi.Input[builtins.str] operation: The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
35
- :param pulumi.Input[builtins.str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
36
- :param pulumi.Input[builtins.str] permission_type: Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
37
- :param pulumi.Input[builtins.str] principal: Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
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.str] resource_name: The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
40
- :param pulumi.Input[builtins.str] resource_type: The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
41
- :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.
42
- :param pulumi.Input[builtins.str] host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
33
+ :param pulumi.Input[_builtins.str] operation: The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
34
+ :param pulumi.Input[_builtins.str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
35
+ :param pulumi.Input[_builtins.str] permission_type: Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
36
+ :param pulumi.Input[_builtins.str] principal: Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
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.str] resource_name: The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
39
+ :param pulumi.Input[_builtins.str] resource_type: The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
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] host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
43
42
  """
44
43
  pulumi.set(__self__, "operation", operation)
45
44
  pulumi.set(__self__, "pattern_type", pattern_type)
@@ -52,138 +51,138 @@ class KafkaNativeAclArgs:
52
51
  if host is not None:
53
52
  pulumi.set(__self__, "host", host)
54
53
 
55
- @property
54
+ @_builtins.property
56
55
  @pulumi.getter
57
- def operation(self) -> pulumi.Input[builtins.str]:
56
+ def operation(self) -> pulumi.Input[_builtins.str]:
58
57
  """
59
58
  The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
60
59
  """
61
60
  return pulumi.get(self, "operation")
62
61
 
63
62
  @operation.setter
64
- def operation(self, value: pulumi.Input[builtins.str]):
63
+ def operation(self, value: pulumi.Input[_builtins.str]):
65
64
  pulumi.set(self, "operation", value)
66
65
 
67
- @property
66
+ @_builtins.property
68
67
  @pulumi.getter(name="patternType")
69
- def pattern_type(self) -> pulumi.Input[builtins.str]:
68
+ def pattern_type(self) -> pulumi.Input[_builtins.str]:
70
69
  """
71
70
  Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
72
71
  """
73
72
  return pulumi.get(self, "pattern_type")
74
73
 
75
74
  @pattern_type.setter
76
- def pattern_type(self, value: pulumi.Input[builtins.str]):
75
+ def pattern_type(self, value: pulumi.Input[_builtins.str]):
77
76
  pulumi.set(self, "pattern_type", value)
78
77
 
79
- @property
78
+ @_builtins.property
80
79
  @pulumi.getter(name="permissionType")
81
- def permission_type(self) -> pulumi.Input[builtins.str]:
80
+ def permission_type(self) -> pulumi.Input[_builtins.str]:
82
81
  """
83
82
  Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
84
83
  """
85
84
  return pulumi.get(self, "permission_type")
86
85
 
87
86
  @permission_type.setter
88
- def permission_type(self, value: pulumi.Input[builtins.str]):
87
+ def permission_type(self, value: pulumi.Input[_builtins.str]):
89
88
  pulumi.set(self, "permission_type", value)
90
89
 
91
- @property
90
+ @_builtins.property
92
91
  @pulumi.getter
93
- def principal(self) -> pulumi.Input[builtins.str]:
92
+ def principal(self) -> pulumi.Input[_builtins.str]:
94
93
  """
95
94
  Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
96
95
  """
97
96
  return pulumi.get(self, "principal")
98
97
 
99
98
  @principal.setter
100
- def principal(self, value: pulumi.Input[builtins.str]):
99
+ def principal(self, value: pulumi.Input[_builtins.str]):
101
100
  pulumi.set(self, "principal", value)
102
101
 
103
- @property
102
+ @_builtins.property
104
103
  @pulumi.getter
105
- def project(self) -> pulumi.Input[builtins.str]:
104
+ def project(self) -> pulumi.Input[_builtins.str]:
106
105
  """
107
106
  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.
108
107
  """
109
108
  return pulumi.get(self, "project")
110
109
 
111
110
  @project.setter
112
- def project(self, value: pulumi.Input[builtins.str]):
111
+ def project(self, value: pulumi.Input[_builtins.str]):
113
112
  pulumi.set(self, "project", value)
114
113
 
115
- @property
114
+ @_builtins.property
116
115
  @pulumi.getter(name="resourceName")
117
- def resource_name(self) -> pulumi.Input[builtins.str]:
116
+ def resource_name(self) -> pulumi.Input[_builtins.str]:
118
117
  """
119
118
  The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
120
119
  """
121
120
  return pulumi.get(self, "resource_name")
122
121
 
123
122
  @resource_name.setter
124
- def resource_name(self, value: pulumi.Input[builtins.str]):
123
+ def resource_name(self, value: pulumi.Input[_builtins.str]):
125
124
  pulumi.set(self, "resource_name", value)
126
125
 
127
- @property
126
+ @_builtins.property
128
127
  @pulumi.getter(name="resourceType")
129
- def resource_type(self) -> pulumi.Input[builtins.str]:
128
+ def resource_type(self) -> pulumi.Input[_builtins.str]:
130
129
  """
131
130
  The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
132
131
  """
133
132
  return pulumi.get(self, "resource_type")
134
133
 
135
134
  @resource_type.setter
136
- def resource_type(self, value: pulumi.Input[builtins.str]):
135
+ def resource_type(self, value: pulumi.Input[_builtins.str]):
137
136
  pulumi.set(self, "resource_type", value)
138
137
 
139
- @property
138
+ @_builtins.property
140
139
  @pulumi.getter(name="serviceName")
141
- def service_name(self) -> pulumi.Input[builtins.str]:
140
+ def service_name(self) -> pulumi.Input[_builtins.str]:
142
141
  """
143
142
  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.
144
143
  """
145
144
  return pulumi.get(self, "service_name")
146
145
 
147
146
  @service_name.setter
148
- def service_name(self, value: pulumi.Input[builtins.str]):
147
+ def service_name(self, value: pulumi.Input[_builtins.str]):
149
148
  pulumi.set(self, "service_name", value)
150
149
 
151
- @property
150
+ @_builtins.property
152
151
  @pulumi.getter
153
- def host(self) -> Optional[pulumi.Input[builtins.str]]:
152
+ def host(self) -> Optional[pulumi.Input[_builtins.str]]:
154
153
  """
155
154
  The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
156
155
  """
157
156
  return pulumi.get(self, "host")
158
157
 
159
158
  @host.setter
160
- def host(self, value: Optional[pulumi.Input[builtins.str]]):
159
+ def host(self, value: Optional[pulumi.Input[_builtins.str]]):
161
160
  pulumi.set(self, "host", value)
162
161
 
163
162
 
164
163
  @pulumi.input_type
165
164
  class _KafkaNativeAclState:
166
165
  def __init__(__self__, *,
167
- host: Optional[pulumi.Input[builtins.str]] = None,
168
- operation: Optional[pulumi.Input[builtins.str]] = None,
169
- pattern_type: Optional[pulumi.Input[builtins.str]] = None,
170
- permission_type: Optional[pulumi.Input[builtins.str]] = None,
171
- principal: Optional[pulumi.Input[builtins.str]] = None,
172
- project: Optional[pulumi.Input[builtins.str]] = None,
173
- resource_name: Optional[pulumi.Input[builtins.str]] = None,
174
- resource_type: Optional[pulumi.Input[builtins.str]] = None,
175
- service_name: Optional[pulumi.Input[builtins.str]] = None):
166
+ host: Optional[pulumi.Input[_builtins.str]] = None,
167
+ operation: Optional[pulumi.Input[_builtins.str]] = None,
168
+ pattern_type: Optional[pulumi.Input[_builtins.str]] = None,
169
+ permission_type: Optional[pulumi.Input[_builtins.str]] = None,
170
+ principal: Optional[pulumi.Input[_builtins.str]] = None,
171
+ project: Optional[pulumi.Input[_builtins.str]] = None,
172
+ resource_name: Optional[pulumi.Input[_builtins.str]] = None,
173
+ resource_type: Optional[pulumi.Input[_builtins.str]] = None,
174
+ service_name: Optional[pulumi.Input[_builtins.str]] = None):
176
175
  """
177
176
  Input properties used for looking up and filtering KafkaNativeAcl resources.
178
- :param pulumi.Input[builtins.str] host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
179
- :param pulumi.Input[builtins.str] operation: The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
180
- :param pulumi.Input[builtins.str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
181
- :param pulumi.Input[builtins.str] permission_type: Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
182
- :param pulumi.Input[builtins.str] principal: Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
183
- :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.
184
- :param pulumi.Input[builtins.str] resource_name: The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
185
- :param pulumi.Input[builtins.str] resource_type: The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
186
- :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.
177
+ :param pulumi.Input[_builtins.str] host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
178
+ :param pulumi.Input[_builtins.str] operation: The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
179
+ :param pulumi.Input[_builtins.str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
180
+ :param pulumi.Input[_builtins.str] permission_type: Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
181
+ :param pulumi.Input[_builtins.str] principal: Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
182
+ :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.
183
+ :param pulumi.Input[_builtins.str] resource_name: The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
184
+ :param pulumi.Input[_builtins.str] resource_type: The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
185
+ :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.
187
186
  """
188
187
  if host is not None:
189
188
  pulumi.set(__self__, "host", host)
@@ -204,112 +203,112 @@ class _KafkaNativeAclState:
204
203
  if service_name is not None:
205
204
  pulumi.set(__self__, "service_name", service_name)
206
205
 
207
- @property
206
+ @_builtins.property
208
207
  @pulumi.getter
209
- def host(self) -> Optional[pulumi.Input[builtins.str]]:
208
+ def host(self) -> Optional[pulumi.Input[_builtins.str]]:
210
209
  """
211
210
  The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
212
211
  """
213
212
  return pulumi.get(self, "host")
214
213
 
215
214
  @host.setter
216
- def host(self, value: Optional[pulumi.Input[builtins.str]]):
215
+ def host(self, value: Optional[pulumi.Input[_builtins.str]]):
217
216
  pulumi.set(self, "host", value)
218
217
 
219
- @property
218
+ @_builtins.property
220
219
  @pulumi.getter
221
- def operation(self) -> Optional[pulumi.Input[builtins.str]]:
220
+ def operation(self) -> Optional[pulumi.Input[_builtins.str]]:
222
221
  """
223
222
  The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
224
223
  """
225
224
  return pulumi.get(self, "operation")
226
225
 
227
226
  @operation.setter
228
- def operation(self, value: Optional[pulumi.Input[builtins.str]]):
227
+ def operation(self, value: Optional[pulumi.Input[_builtins.str]]):
229
228
  pulumi.set(self, "operation", value)
230
229
 
231
- @property
230
+ @_builtins.property
232
231
  @pulumi.getter(name="patternType")
233
- def pattern_type(self) -> Optional[pulumi.Input[builtins.str]]:
232
+ def pattern_type(self) -> Optional[pulumi.Input[_builtins.str]]:
234
233
  """
235
234
  Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
236
235
  """
237
236
  return pulumi.get(self, "pattern_type")
238
237
 
239
238
  @pattern_type.setter
240
- def pattern_type(self, value: Optional[pulumi.Input[builtins.str]]):
239
+ def pattern_type(self, value: Optional[pulumi.Input[_builtins.str]]):
241
240
  pulumi.set(self, "pattern_type", value)
242
241
 
243
- @property
242
+ @_builtins.property
244
243
  @pulumi.getter(name="permissionType")
245
- def permission_type(self) -> Optional[pulumi.Input[builtins.str]]:
244
+ def permission_type(self) -> Optional[pulumi.Input[_builtins.str]]:
246
245
  """
247
246
  Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
248
247
  """
249
248
  return pulumi.get(self, "permission_type")
250
249
 
251
250
  @permission_type.setter
252
- def permission_type(self, value: Optional[pulumi.Input[builtins.str]]):
251
+ def permission_type(self, value: Optional[pulumi.Input[_builtins.str]]):
253
252
  pulumi.set(self, "permission_type", value)
254
253
 
255
- @property
254
+ @_builtins.property
256
255
  @pulumi.getter
257
- def principal(self) -> Optional[pulumi.Input[builtins.str]]:
256
+ def principal(self) -> Optional[pulumi.Input[_builtins.str]]:
258
257
  """
259
258
  Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
260
259
  """
261
260
  return pulumi.get(self, "principal")
262
261
 
263
262
  @principal.setter
264
- def principal(self, value: Optional[pulumi.Input[builtins.str]]):
263
+ def principal(self, value: Optional[pulumi.Input[_builtins.str]]):
265
264
  pulumi.set(self, "principal", value)
266
265
 
267
- @property
266
+ @_builtins.property
268
267
  @pulumi.getter
269
- def project(self) -> Optional[pulumi.Input[builtins.str]]:
268
+ def project(self) -> Optional[pulumi.Input[_builtins.str]]:
270
269
  """
271
270
  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.
272
271
  """
273
272
  return pulumi.get(self, "project")
274
273
 
275
274
  @project.setter
276
- def project(self, value: Optional[pulumi.Input[builtins.str]]):
275
+ def project(self, value: Optional[pulumi.Input[_builtins.str]]):
277
276
  pulumi.set(self, "project", value)
278
277
 
279
- @property
278
+ @_builtins.property
280
279
  @pulumi.getter(name="resourceName")
281
- def resource_name(self) -> Optional[pulumi.Input[builtins.str]]:
280
+ def resource_name(self) -> Optional[pulumi.Input[_builtins.str]]:
282
281
  """
283
282
  The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
284
283
  """
285
284
  return pulumi.get(self, "resource_name")
286
285
 
287
286
  @resource_name.setter
288
- def resource_name(self, value: Optional[pulumi.Input[builtins.str]]):
287
+ def resource_name(self, value: Optional[pulumi.Input[_builtins.str]]):
289
288
  pulumi.set(self, "resource_name", value)
290
289
 
291
- @property
290
+ @_builtins.property
292
291
  @pulumi.getter(name="resourceType")
293
- def resource_type(self) -> Optional[pulumi.Input[builtins.str]]:
292
+ def resource_type(self) -> Optional[pulumi.Input[_builtins.str]]:
294
293
  """
295
294
  The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
296
295
  """
297
296
  return pulumi.get(self, "resource_type")
298
297
 
299
298
  @resource_type.setter
300
- def resource_type(self, value: Optional[pulumi.Input[builtins.str]]):
299
+ def resource_type(self, value: Optional[pulumi.Input[_builtins.str]]):
301
300
  pulumi.set(self, "resource_type", value)
302
301
 
303
- @property
302
+ @_builtins.property
304
303
  @pulumi.getter(name="serviceName")
305
- def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
304
+ def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
306
305
  """
307
306
  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.
308
307
  """
309
308
  return pulumi.get(self, "service_name")
310
309
 
311
310
  @service_name.setter
312
- def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
311
+ def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
313
312
  pulumi.set(self, "service_name", value)
314
313
 
315
314
 
@@ -319,15 +318,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
319
318
  def __init__(__self__,
320
319
  resource_name: str,
321
320
  opts: Optional[pulumi.ResourceOptions] = None,
322
- host: Optional[pulumi.Input[builtins.str]] = None,
323
- operation: Optional[pulumi.Input[builtins.str]] = None,
324
- pattern_type: Optional[pulumi.Input[builtins.str]] = None,
325
- permission_type: Optional[pulumi.Input[builtins.str]] = None,
326
- principal: Optional[pulumi.Input[builtins.str]] = None,
327
- project: Optional[pulumi.Input[builtins.str]] = None,
328
- resource_name_: Optional[pulumi.Input[builtins.str]] = None,
329
- resource_type: Optional[pulumi.Input[builtins.str]] = None,
330
- service_name: Optional[pulumi.Input[builtins.str]] = None,
321
+ host: Optional[pulumi.Input[_builtins.str]] = None,
322
+ operation: Optional[pulumi.Input[_builtins.str]] = None,
323
+ pattern_type: Optional[pulumi.Input[_builtins.str]] = None,
324
+ permission_type: Optional[pulumi.Input[_builtins.str]] = None,
325
+ principal: Optional[pulumi.Input[_builtins.str]] = None,
326
+ project: Optional[pulumi.Input[_builtins.str]] = None,
327
+ resource_name_: Optional[pulumi.Input[_builtins.str]] = None,
328
+ resource_type: Optional[pulumi.Input[_builtins.str]] = None,
329
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
331
330
  __props__=None):
332
331
  """
333
332
  Creates and manages Kafka-native [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,
@@ -361,15 +360,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
361
360
 
362
361
  :param str resource_name: The name of the resource.
363
362
  :param pulumi.ResourceOptions opts: Options for the resource.
364
- :param pulumi.Input[builtins.str] host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
365
- :param pulumi.Input[builtins.str] operation: The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
366
- :param pulumi.Input[builtins.str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
367
- :param pulumi.Input[builtins.str] permission_type: Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
368
- :param pulumi.Input[builtins.str] principal: Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
369
- :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.
370
- :param pulumi.Input[builtins.str] resource_name_: The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
371
- :param pulumi.Input[builtins.str] resource_type: The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
372
- :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.
363
+ :param pulumi.Input[_builtins.str] host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
364
+ :param pulumi.Input[_builtins.str] operation: The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
365
+ :param pulumi.Input[_builtins.str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
366
+ :param pulumi.Input[_builtins.str] permission_type: Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
367
+ :param pulumi.Input[_builtins.str] principal: Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
368
+ :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.
369
+ :param pulumi.Input[_builtins.str] resource_name_: The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
370
+ :param pulumi.Input[_builtins.str] resource_type: The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
371
+ :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.
373
372
  """
374
373
  ...
375
374
  @overload
@@ -422,15 +421,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
422
421
  def _internal_init(__self__,
423
422
  resource_name: str,
424
423
  opts: Optional[pulumi.ResourceOptions] = None,
425
- host: Optional[pulumi.Input[builtins.str]] = None,
426
- operation: Optional[pulumi.Input[builtins.str]] = None,
427
- pattern_type: Optional[pulumi.Input[builtins.str]] = None,
428
- permission_type: Optional[pulumi.Input[builtins.str]] = None,
429
- principal: Optional[pulumi.Input[builtins.str]] = None,
430
- project: Optional[pulumi.Input[builtins.str]] = None,
431
- resource_name_: Optional[pulumi.Input[builtins.str]] = None,
432
- resource_type: Optional[pulumi.Input[builtins.str]] = None,
433
- service_name: Optional[pulumi.Input[builtins.str]] = None,
424
+ host: Optional[pulumi.Input[_builtins.str]] = None,
425
+ operation: Optional[pulumi.Input[_builtins.str]] = None,
426
+ pattern_type: Optional[pulumi.Input[_builtins.str]] = None,
427
+ permission_type: Optional[pulumi.Input[_builtins.str]] = None,
428
+ principal: Optional[pulumi.Input[_builtins.str]] = None,
429
+ project: Optional[pulumi.Input[_builtins.str]] = None,
430
+ resource_name_: Optional[pulumi.Input[_builtins.str]] = None,
431
+ resource_type: Optional[pulumi.Input[_builtins.str]] = None,
432
+ service_name: Optional[pulumi.Input[_builtins.str]] = None,
434
433
  __props__=None):
435
434
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
436
435
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -475,15 +474,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
475
474
  def get(resource_name: str,
476
475
  id: pulumi.Input[str],
477
476
  opts: Optional[pulumi.ResourceOptions] = None,
478
- host: Optional[pulumi.Input[builtins.str]] = None,
479
- operation: Optional[pulumi.Input[builtins.str]] = None,
480
- pattern_type: Optional[pulumi.Input[builtins.str]] = None,
481
- permission_type: Optional[pulumi.Input[builtins.str]] = None,
482
- principal: Optional[pulumi.Input[builtins.str]] = None,
483
- project: Optional[pulumi.Input[builtins.str]] = None,
484
- resource_name_: Optional[pulumi.Input[builtins.str]] = None,
485
- resource_type: Optional[pulumi.Input[builtins.str]] = None,
486
- service_name: Optional[pulumi.Input[builtins.str]] = None) -> 'KafkaNativeAcl':
477
+ host: Optional[pulumi.Input[_builtins.str]] = None,
478
+ operation: Optional[pulumi.Input[_builtins.str]] = None,
479
+ pattern_type: Optional[pulumi.Input[_builtins.str]] = None,
480
+ permission_type: Optional[pulumi.Input[_builtins.str]] = None,
481
+ principal: Optional[pulumi.Input[_builtins.str]] = None,
482
+ project: Optional[pulumi.Input[_builtins.str]] = None,
483
+ resource_name_: Optional[pulumi.Input[_builtins.str]] = None,
484
+ resource_type: Optional[pulumi.Input[_builtins.str]] = None,
485
+ service_name: Optional[pulumi.Input[_builtins.str]] = None) -> 'KafkaNativeAcl':
487
486
  """
488
487
  Get an existing KafkaNativeAcl resource's state with the given name, id, and optional extra
489
488
  properties used to qualify the lookup.
@@ -491,15 +490,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
491
490
  :param str resource_name: The unique name of the resulting resource.
492
491
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
493
492
  :param pulumi.ResourceOptions opts: Options for the resource.
494
- :param pulumi.Input[builtins.str] host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
495
- :param pulumi.Input[builtins.str] operation: The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
496
- :param pulumi.Input[builtins.str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
497
- :param pulumi.Input[builtins.str] permission_type: Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
498
- :param pulumi.Input[builtins.str] principal: Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
499
- :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.
500
- :param pulumi.Input[builtins.str] resource_name_: The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
501
- :param pulumi.Input[builtins.str] resource_type: The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
502
- :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.
493
+ :param pulumi.Input[_builtins.str] host: The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
494
+ :param pulumi.Input[_builtins.str] operation: The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
495
+ :param pulumi.Input[_builtins.str] pattern_type: Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
496
+ :param pulumi.Input[_builtins.str] permission_type: Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
497
+ :param pulumi.Input[_builtins.str] principal: Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
498
+ :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.
499
+ :param pulumi.Input[_builtins.str] resource_name_: The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
500
+ :param pulumi.Input[_builtins.str] resource_type: The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
501
+ :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.
503
502
  """
504
503
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
505
504
 
@@ -516,73 +515,73 @@ class KafkaNativeAcl(pulumi.CustomResource):
516
515
  __props__.__dict__["service_name"] = service_name
517
516
  return KafkaNativeAcl(resource_name, opts=opts, __props__=__props__)
518
517
 
519
- @property
518
+ @_builtins.property
520
519
  @pulumi.getter
521
- def host(self) -> pulumi.Output[builtins.str]:
520
+ def host(self) -> pulumi.Output[_builtins.str]:
522
521
  """
523
522
  The IP address from which a principal is allowed or denied access to the resource. Use `*` for all hosts. Maximum length: `256`. Changing this property forces recreation of the resource.
524
523
  """
525
524
  return pulumi.get(self, "host")
526
525
 
527
- @property
526
+ @_builtins.property
528
527
  @pulumi.getter
529
- def operation(self) -> pulumi.Output[builtins.str]:
528
+ def operation(self) -> pulumi.Output[_builtins.str]:
530
529
  """
531
530
  The action that a principal is allowed or denied on the Kafka resource. The possible values are `All`, `Alter`, `AlterConfigs`, `ClusterAction`, `Create`, `CreateTokens`, `Delete`, `Describe`, `DescribeConfigs`, `DescribeTokens`, `IdempotentWrite`, `Read` and `Write`. Changing this property forces recreation of the resource.
532
531
  """
533
532
  return pulumi.get(self, "operation")
534
533
 
535
- @property
534
+ @_builtins.property
536
535
  @pulumi.getter(name="patternType")
537
- def pattern_type(self) -> pulumi.Output[builtins.str]:
536
+ def pattern_type(self) -> pulumi.Output[_builtins.str]:
538
537
  """
539
538
  Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
540
539
  """
541
540
  return pulumi.get(self, "pattern_type")
542
541
 
543
- @property
542
+ @_builtins.property
544
543
  @pulumi.getter(name="permissionType")
545
- def permission_type(self) -> pulumi.Output[builtins.str]:
544
+ def permission_type(self) -> pulumi.Output[_builtins.str]:
546
545
  """
547
546
  Specifies whether the action is explicitly allowed or denied for the principal on the specified resource. The possible values are `ALLOW` and `DENY`. Changing this property forces recreation of the resource.
548
547
  """
549
548
  return pulumi.get(self, "permission_type")
550
549
 
551
- @property
550
+ @_builtins.property
552
551
  @pulumi.getter
553
- def principal(self) -> pulumi.Output[builtins.str]:
552
+ def principal(self) -> pulumi.Output[_builtins.str]:
554
553
  """
555
554
  Identities in `user:name` format that the permissions apply to. The `name` supports wildcards. Maximum length: `256`. Changing this property forces recreation of the resource.
556
555
  """
557
556
  return pulumi.get(self, "principal")
558
557
 
559
- @property
558
+ @_builtins.property
560
559
  @pulumi.getter
561
- def project(self) -> pulumi.Output[builtins.str]:
560
+ def project(self) -> pulumi.Output[_builtins.str]:
562
561
  """
563
562
  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.
564
563
  """
565
564
  return pulumi.get(self, "project")
566
565
 
567
- @property
566
+ @_builtins.property
568
567
  @pulumi.getter(name="resourceName")
569
- def resource_name(self) -> pulumi.Output[builtins.str]:
568
+ def resource_name(self) -> pulumi.Output[_builtins.str]:
570
569
  """
571
570
  The name of the Kafka resource the permission applies to, such as the topic name or group ID. Maximum length: `256`. Changing this property forces recreation of the resource.
572
571
  """
573
572
  return pulumi.get(self, "resource_name")
574
573
 
575
- @property
574
+ @_builtins.property
576
575
  @pulumi.getter(name="resourceType")
577
- def resource_type(self) -> pulumi.Output[builtins.str]:
576
+ def resource_type(self) -> pulumi.Output[_builtins.str]:
578
577
  """
579
578
  The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
580
579
  """
581
580
  return pulumi.get(self, "resource_type")
582
581
 
583
- @property
582
+ @_builtins.property
584
583
  @pulumi.getter(name="serviceName")
585
- def service_name(self) -> pulumi.Output[builtins.str]:
584
+ def service_name(self) -> pulumi.Output[_builtins.str]:
586
585
  """
587
586
  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.
588
587
  """