pulumi-aiven 6.37.0a1743570488__py3-none-any.whl → 6.37.0a1744182902__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 (182) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +8278 -8277
  3. pulumi_aiven/account.py +71 -70
  4. pulumi_aiven/account_authentication.py +204 -203
  5. pulumi_aiven/account_team.py +50 -49
  6. pulumi_aiven/account_team_member.py +64 -63
  7. pulumi_aiven/account_team_project.py +57 -56
  8. pulumi_aiven/alloydbomni.py +246 -245
  9. pulumi_aiven/alloydbomni_database.py +71 -70
  10. pulumi_aiven/alloydbomni_user.py +92 -91
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +92 -91
  12. pulumi_aiven/aws_privatelink.py +57 -56
  13. pulumi_aiven/aws_vpc_peering_connection.py +78 -77
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +113 -112
  15. pulumi_aiven/azure_privatelink.py +71 -70
  16. pulumi_aiven/azure_privatelink_connection_approval.py +57 -56
  17. pulumi_aiven/azure_vpc_peering_connection.py +106 -105
  18. pulumi_aiven/billing_group.py +211 -210
  19. pulumi_aiven/cassandra.py +232 -231
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +232 -231
  22. pulumi_aiven/clickhouse_database.py +53 -52
  23. pulumi_aiven/clickhouse_grant.py +57 -56
  24. pulumi_aiven/clickhouse_role.py +43 -42
  25. pulumi_aiven/clickhouse_user.py +64 -63
  26. pulumi_aiven/config/__init__.py +1 -0
  27. pulumi_aiven/config/__init__.pyi +1 -0
  28. pulumi_aiven/config/vars.py +1 -0
  29. pulumi_aiven/connection_pool.py +106 -105
  30. pulumi_aiven/dragonfly.py +232 -231
  31. pulumi_aiven/flink.py +232 -231
  32. pulumi_aiven/flink_application.py +78 -77
  33. pulumi_aiven/flink_application_deployment.py +113 -112
  34. pulumi_aiven/flink_application_version.py +85 -84
  35. pulumi_aiven/flink_jar_application.py +78 -77
  36. pulumi_aiven/flink_jar_application_deployment.py +176 -175
  37. pulumi_aiven/flink_jar_application_version.py +92 -91
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +71 -70
  39. pulumi_aiven/gcp_privatelink.py +50 -49
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +64 -63
  41. pulumi_aiven/gcp_vpc_peering_connection.py +64 -63
  42. pulumi_aiven/get_account.py +14 -13
  43. pulumi_aiven/get_account_authentication.py +27 -26
  44. pulumi_aiven/get_account_team.py +15 -14
  45. pulumi_aiven/get_account_team_member.py +20 -19
  46. pulumi_aiven/get_account_team_project.py +18 -17
  47. pulumi_aiven/get_alloydbomni.py +33 -32
  48. pulumi_aiven/get_alloydbomni_database.py +19 -18
  49. pulumi_aiven/get_alloydbomni_user.py +22 -21
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +30 -29
  51. pulumi_aiven/get_aws_privatelink.py +15 -14
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +25 -24
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +31 -30
  54. pulumi_aiven/get_azure_privatelink.py +17 -16
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +35 -34
  56. pulumi_aiven/get_billing_group.py +22 -21
  57. pulumi_aiven/get_cassanda.py +32 -31
  58. pulumi_aiven/get_cassandra.py +32 -31
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +32 -31
  61. pulumi_aiven/get_clickhouse_database.py +18 -17
  62. pulumi_aiven/get_clickhouse_user.py +20 -19
  63. pulumi_aiven/get_connection_pool.py +22 -21
  64. pulumi_aiven/get_dragonfly.py +32 -31
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +32 -31
  67. pulumi_aiven/get_flink_application.py +22 -21
  68. pulumi_aiven/get_flink_application_version.py +26 -25
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +24 -23
  70. pulumi_aiven/get_gcp_privatelink.py +15 -14
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +20 -19
  72. pulumi_aiven/get_grafana.py +32 -31
  73. pulumi_aiven/get_influx_db.py +28 -27
  74. pulumi_aiven/get_influxdb_database.py +12 -11
  75. pulumi_aiven/get_influxdb_user.py +15 -14
  76. pulumi_aiven/get_kafka.py +34 -33
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +32 -31
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +32 -31
  81. pulumi_aiven/get_kafka_schema.py +21 -20
  82. pulumi_aiven/get_kafka_schema_configuration.py +17 -16
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +28 -27
  84. pulumi_aiven/get_kafka_topic.py +22 -21
  85. pulumi_aiven/get_kafka_user.py +21 -20
  86. pulumi_aiven/get_m3_aggregator.py +32 -31
  87. pulumi_aiven/get_m3_db.py +32 -31
  88. pulumi_aiven/get_m3db_user.py +19 -18
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +34 -33
  90. pulumi_aiven/get_my_sql.py +32 -31
  91. pulumi_aiven/get_mysql_database.py +18 -17
  92. pulumi_aiven/get_mysql_user.py +22 -21
  93. pulumi_aiven/get_open_search.py +32 -31
  94. pulumi_aiven/get_open_search_acl_config.py +14 -13
  95. pulumi_aiven/get_open_search_acl_rule.py +27 -26
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +16 -15
  97. pulumi_aiven/get_opensearch_user.py +19 -18
  98. pulumi_aiven/get_organization.py +14 -13
  99. pulumi_aiven/get_organization_application_user.py +15 -14
  100. pulumi_aiven/get_organization_project.py +15 -14
  101. pulumi_aiven/get_organization_user.py +18 -17
  102. pulumi_aiven/get_organization_user_group.py +16 -15
  103. pulumi_aiven/get_organization_user_list.py +11 -10
  104. pulumi_aiven/get_organization_vpc.py +17 -16
  105. pulumi_aiven/get_organizational_unit.py +11 -10
  106. pulumi_aiven/get_pg.py +32 -31
  107. pulumi_aiven/get_pg_database.py +20 -19
  108. pulumi_aiven/get_pg_user.py +22 -21
  109. pulumi_aiven/get_project.py +19 -18
  110. pulumi_aiven/get_project_user.py +14 -13
  111. pulumi_aiven/get_project_vpc.py +19 -18
  112. pulumi_aiven/get_redis.py +32 -31
  113. pulumi_aiven/get_redis_user.py +23 -22
  114. pulumi_aiven/get_service_component.py +39 -38
  115. pulumi_aiven/get_service_integration.py +27 -26
  116. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  117. pulumi_aiven/get_thanos.py +32 -31
  118. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  119. pulumi_aiven/get_valkey.py +32 -31
  120. pulumi_aiven/get_valkey_user.py +23 -22
  121. pulumi_aiven/grafana.py +232 -231
  122. pulumi_aiven/influx_db.py +232 -231
  123. pulumi_aiven/influxdb_database.py +53 -52
  124. pulumi_aiven/influxdb_user.py +78 -77
  125. pulumi_aiven/kafka.py +260 -259
  126. pulumi_aiven/kafka_acl.py +78 -77
  127. pulumi_aiven/kafka_connect.py +232 -231
  128. pulumi_aiven/kafka_connector.py +99 -98
  129. pulumi_aiven/kafka_mirror_maker.py +232 -231
  130. pulumi_aiven/kafka_native_acl.py +127 -126
  131. pulumi_aiven/kafka_quota.py +99 -98
  132. pulumi_aiven/kafka_schema.py +92 -91
  133. pulumi_aiven/kafka_schema_configuration.py +43 -42
  134. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  135. pulumi_aiven/kafka_topic.py +109 -108
  136. pulumi_aiven/kafka_user.py +78 -77
  137. pulumi_aiven/m3_aggregator.py +232 -231
  138. pulumi_aiven/m3_db.py +232 -231
  139. pulumi_aiven/m3db_user.py +64 -63
  140. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  141. pulumi_aiven/my_sql.py +232 -231
  142. pulumi_aiven/mysql_database.py +53 -52
  143. pulumi_aiven/mysql_user.py +92 -91
  144. pulumi_aiven/open_search.py +232 -231
  145. pulumi_aiven/open_search_acl_config.py +57 -56
  146. pulumi_aiven/open_search_acl_rule.py +75 -74
  147. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  148. pulumi_aiven/opensearch_user.py +64 -63
  149. pulumi_aiven/organization.py +36 -35
  150. pulumi_aiven/organization_application_user.py +57 -56
  151. pulumi_aiven/organization_application_user_token.py +169 -168
  152. pulumi_aiven/organization_group_project.py +43 -42
  153. pulumi_aiven/organization_permission.py +43 -42
  154. pulumi_aiven/organization_project.py +71 -70
  155. pulumi_aiven/organization_user.py +57 -56
  156. pulumi_aiven/organization_user_group.py +64 -63
  157. pulumi_aiven/organization_user_group_member.py +50 -49
  158. pulumi_aiven/organization_vpc.py +71 -70
  159. pulumi_aiven/organizational_unit.py +50 -49
  160. pulumi_aiven/outputs.py +9982 -9981
  161. pulumi_aiven/pg.py +232 -231
  162. pulumi_aiven/pg_database.py +81 -80
  163. pulumi_aiven/pg_user.py +92 -91
  164. pulumi_aiven/project.py +155 -154
  165. pulumi_aiven/project_user.py +50 -49
  166. pulumi_aiven/project_vpc.py +50 -49
  167. pulumi_aiven/provider.py +9 -8
  168. pulumi_aiven/pulumi-plugin.json +1 -1
  169. pulumi_aiven/redis.py +232 -231
  170. pulumi_aiven/redis_user.py +120 -119
  171. pulumi_aiven/service_integration.py +120 -119
  172. pulumi_aiven/service_integration_endpoint.py +50 -49
  173. pulumi_aiven/static_ip.py +57 -56
  174. pulumi_aiven/thanos.py +232 -231
  175. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  176. pulumi_aiven/valkey.py +232 -231
  177. pulumi_aiven/valkey_user.py +120 -119
  178. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/METADATA +1 -1
  179. pulumi_aiven-6.37.0a1744182902.dist-info/RECORD +183 -0
  180. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  181. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/WHEEL +0 -0
  182. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744182902.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,26 +20,26 @@ __all__ = ['KafkaNativeAclArgs', 'KafkaNativeAcl']
19
20
  @pulumi.input_type
20
21
  class KafkaNativeAclArgs:
21
22
  def __init__(__self__, *,
22
- operation: pulumi.Input[str],
23
- pattern_type: pulumi.Input[str],
24
- permission_type: pulumi.Input[str],
25
- principal: pulumi.Input[str],
26
- project: pulumi.Input[str],
27
- resource_name: pulumi.Input[str],
28
- resource_type: pulumi.Input[str],
29
- service_name: pulumi.Input[str],
30
- host: Optional[pulumi.Input[str]] = None):
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):
31
32
  """
32
33
  The set of arguments for constructing a KafkaNativeAcl resource.
33
- :param pulumi.Input[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[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[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[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[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[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[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[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[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.
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.
42
43
  """
43
44
  pulumi.set(__self__, "operation", operation)
44
45
  pulumi.set(__self__, "pattern_type", pattern_type)
@@ -53,136 +54,136 @@ class KafkaNativeAclArgs:
53
54
 
54
55
  @property
55
56
  @pulumi.getter
56
- def operation(self) -> pulumi.Input[str]:
57
+ def operation(self) -> pulumi.Input[builtins.str]:
57
58
  """
58
59
  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.
59
60
  """
60
61
  return pulumi.get(self, "operation")
61
62
 
62
63
  @operation.setter
63
- def operation(self, value: pulumi.Input[str]):
64
+ def operation(self, value: pulumi.Input[builtins.str]):
64
65
  pulumi.set(self, "operation", value)
65
66
 
66
67
  @property
67
68
  @pulumi.getter(name="patternType")
68
- def pattern_type(self) -> pulumi.Input[str]:
69
+ def pattern_type(self) -> pulumi.Input[builtins.str]:
69
70
  """
70
71
  Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
71
72
  """
72
73
  return pulumi.get(self, "pattern_type")
73
74
 
74
75
  @pattern_type.setter
75
- def pattern_type(self, value: pulumi.Input[str]):
76
+ def pattern_type(self, value: pulumi.Input[builtins.str]):
76
77
  pulumi.set(self, "pattern_type", value)
77
78
 
78
79
  @property
79
80
  @pulumi.getter(name="permissionType")
80
- def permission_type(self) -> pulumi.Input[str]:
81
+ def permission_type(self) -> pulumi.Input[builtins.str]:
81
82
  """
82
83
  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.
83
84
  """
84
85
  return pulumi.get(self, "permission_type")
85
86
 
86
87
  @permission_type.setter
87
- def permission_type(self, value: pulumi.Input[str]):
88
+ def permission_type(self, value: pulumi.Input[builtins.str]):
88
89
  pulumi.set(self, "permission_type", value)
89
90
 
90
91
  @property
91
92
  @pulumi.getter
92
- def principal(self) -> pulumi.Input[str]:
93
+ def principal(self) -> pulumi.Input[builtins.str]:
93
94
  """
94
95
  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.
95
96
  """
96
97
  return pulumi.get(self, "principal")
97
98
 
98
99
  @principal.setter
99
- def principal(self, value: pulumi.Input[str]):
100
+ def principal(self, value: pulumi.Input[builtins.str]):
100
101
  pulumi.set(self, "principal", value)
101
102
 
102
103
  @property
103
104
  @pulumi.getter
104
- def project(self) -> pulumi.Input[str]:
105
+ def project(self) -> pulumi.Input[builtins.str]:
105
106
  """
106
107
  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.
107
108
  """
108
109
  return pulumi.get(self, "project")
109
110
 
110
111
  @project.setter
111
- def project(self, value: pulumi.Input[str]):
112
+ def project(self, value: pulumi.Input[builtins.str]):
112
113
  pulumi.set(self, "project", value)
113
114
 
114
115
  @property
115
116
  @pulumi.getter(name="resourceName")
116
- def resource_name(self) -> pulumi.Input[str]:
117
+ def resource_name(self) -> pulumi.Input[builtins.str]:
117
118
  """
118
119
  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.
119
120
  """
120
121
  return pulumi.get(self, "resource_name")
121
122
 
122
123
  @resource_name.setter
123
- def resource_name(self, value: pulumi.Input[str]):
124
+ def resource_name(self, value: pulumi.Input[builtins.str]):
124
125
  pulumi.set(self, "resource_name", value)
125
126
 
126
127
  @property
127
128
  @pulumi.getter(name="resourceType")
128
- def resource_type(self) -> pulumi.Input[str]:
129
+ def resource_type(self) -> pulumi.Input[builtins.str]:
129
130
  """
130
131
  The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
131
132
  """
132
133
  return pulumi.get(self, "resource_type")
133
134
 
134
135
  @resource_type.setter
135
- def resource_type(self, value: pulumi.Input[str]):
136
+ def resource_type(self, value: pulumi.Input[builtins.str]):
136
137
  pulumi.set(self, "resource_type", value)
137
138
 
138
139
  @property
139
140
  @pulumi.getter(name="serviceName")
140
- def service_name(self) -> pulumi.Input[str]:
141
+ def service_name(self) -> pulumi.Input[builtins.str]:
141
142
  """
142
143
  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.
143
144
  """
144
145
  return pulumi.get(self, "service_name")
145
146
 
146
147
  @service_name.setter
147
- def service_name(self, value: pulumi.Input[str]):
148
+ def service_name(self, value: pulumi.Input[builtins.str]):
148
149
  pulumi.set(self, "service_name", value)
149
150
 
150
151
  @property
151
152
  @pulumi.getter
152
- def host(self) -> Optional[pulumi.Input[str]]:
153
+ def host(self) -> Optional[pulumi.Input[builtins.str]]:
153
154
  """
154
155
  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.
155
156
  """
156
157
  return pulumi.get(self, "host")
157
158
 
158
159
  @host.setter
159
- def host(self, value: Optional[pulumi.Input[str]]):
160
+ def host(self, value: Optional[pulumi.Input[builtins.str]]):
160
161
  pulumi.set(self, "host", value)
161
162
 
162
163
 
163
164
  @pulumi.input_type
164
165
  class _KafkaNativeAclState:
165
166
  def __init__(__self__, *,
166
- host: Optional[pulumi.Input[str]] = None,
167
- operation: Optional[pulumi.Input[str]] = None,
168
- pattern_type: Optional[pulumi.Input[str]] = None,
169
- permission_type: Optional[pulumi.Input[str]] = None,
170
- principal: Optional[pulumi.Input[str]] = None,
171
- project: Optional[pulumi.Input[str]] = None,
172
- resource_name: Optional[pulumi.Input[str]] = None,
173
- resource_type: Optional[pulumi.Input[str]] = None,
174
- service_name: Optional[pulumi.Input[str]] = None):
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):
175
176
  """
176
177
  Input properties used for looking up and filtering KafkaNativeAcl resources.
177
- :param pulumi.Input[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[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[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[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[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[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[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[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[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.
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.
186
187
  """
187
188
  if host is not None:
188
189
  pulumi.set(__self__, "host", host)
@@ -205,110 +206,110 @@ class _KafkaNativeAclState:
205
206
 
206
207
  @property
207
208
  @pulumi.getter
208
- def host(self) -> Optional[pulumi.Input[str]]:
209
+ def host(self) -> Optional[pulumi.Input[builtins.str]]:
209
210
  """
210
211
  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.
211
212
  """
212
213
  return pulumi.get(self, "host")
213
214
 
214
215
  @host.setter
215
- def host(self, value: Optional[pulumi.Input[str]]):
216
+ def host(self, value: Optional[pulumi.Input[builtins.str]]):
216
217
  pulumi.set(self, "host", value)
217
218
 
218
219
  @property
219
220
  @pulumi.getter
220
- def operation(self) -> Optional[pulumi.Input[str]]:
221
+ def operation(self) -> Optional[pulumi.Input[builtins.str]]:
221
222
  """
222
223
  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.
223
224
  """
224
225
  return pulumi.get(self, "operation")
225
226
 
226
227
  @operation.setter
227
- def operation(self, value: Optional[pulumi.Input[str]]):
228
+ def operation(self, value: Optional[pulumi.Input[builtins.str]]):
228
229
  pulumi.set(self, "operation", value)
229
230
 
230
231
  @property
231
232
  @pulumi.getter(name="patternType")
232
- def pattern_type(self) -> Optional[pulumi.Input[str]]:
233
+ def pattern_type(self) -> Optional[pulumi.Input[builtins.str]]:
233
234
  """
234
235
  Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
235
236
  """
236
237
  return pulumi.get(self, "pattern_type")
237
238
 
238
239
  @pattern_type.setter
239
- def pattern_type(self, value: Optional[pulumi.Input[str]]):
240
+ def pattern_type(self, value: Optional[pulumi.Input[builtins.str]]):
240
241
  pulumi.set(self, "pattern_type", value)
241
242
 
242
243
  @property
243
244
  @pulumi.getter(name="permissionType")
244
- def permission_type(self) -> Optional[pulumi.Input[str]]:
245
+ def permission_type(self) -> Optional[pulumi.Input[builtins.str]]:
245
246
  """
246
247
  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.
247
248
  """
248
249
  return pulumi.get(self, "permission_type")
249
250
 
250
251
  @permission_type.setter
251
- def permission_type(self, value: Optional[pulumi.Input[str]]):
252
+ def permission_type(self, value: Optional[pulumi.Input[builtins.str]]):
252
253
  pulumi.set(self, "permission_type", value)
253
254
 
254
255
  @property
255
256
  @pulumi.getter
256
- def principal(self) -> Optional[pulumi.Input[str]]:
257
+ def principal(self) -> Optional[pulumi.Input[builtins.str]]:
257
258
  """
258
259
  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.
259
260
  """
260
261
  return pulumi.get(self, "principal")
261
262
 
262
263
  @principal.setter
263
- def principal(self, value: Optional[pulumi.Input[str]]):
264
+ def principal(self, value: Optional[pulumi.Input[builtins.str]]):
264
265
  pulumi.set(self, "principal", value)
265
266
 
266
267
  @property
267
268
  @pulumi.getter
268
- def project(self) -> Optional[pulumi.Input[str]]:
269
+ def project(self) -> Optional[pulumi.Input[builtins.str]]:
269
270
  """
270
271
  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.
271
272
  """
272
273
  return pulumi.get(self, "project")
273
274
 
274
275
  @project.setter
275
- def project(self, value: Optional[pulumi.Input[str]]):
276
+ def project(self, value: Optional[pulumi.Input[builtins.str]]):
276
277
  pulumi.set(self, "project", value)
277
278
 
278
279
  @property
279
280
  @pulumi.getter(name="resourceName")
280
- def resource_name(self) -> Optional[pulumi.Input[str]]:
281
+ def resource_name(self) -> Optional[pulumi.Input[builtins.str]]:
281
282
  """
282
283
  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.
283
284
  """
284
285
  return pulumi.get(self, "resource_name")
285
286
 
286
287
  @resource_name.setter
287
- def resource_name(self, value: Optional[pulumi.Input[str]]):
288
+ def resource_name(self, value: Optional[pulumi.Input[builtins.str]]):
288
289
  pulumi.set(self, "resource_name", value)
289
290
 
290
291
  @property
291
292
  @pulumi.getter(name="resourceType")
292
- def resource_type(self) -> Optional[pulumi.Input[str]]:
293
+ def resource_type(self) -> Optional[pulumi.Input[builtins.str]]:
293
294
  """
294
295
  The type of Kafka resource. The possible values are `Cluster`, `DelegationToken`, `Group`, `Topic`, `TransactionalId` and `User`. Changing this property forces recreation of the resource.
295
296
  """
296
297
  return pulumi.get(self, "resource_type")
297
298
 
298
299
  @resource_type.setter
299
- def resource_type(self, value: Optional[pulumi.Input[str]]):
300
+ def resource_type(self, value: Optional[pulumi.Input[builtins.str]]):
300
301
  pulumi.set(self, "resource_type", value)
301
302
 
302
303
  @property
303
304
  @pulumi.getter(name="serviceName")
304
- def service_name(self) -> Optional[pulumi.Input[str]]:
305
+ def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
305
306
  """
306
307
  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.
307
308
  """
308
309
  return pulumi.get(self, "service_name")
309
310
 
310
311
  @service_name.setter
311
- def service_name(self, value: Optional[pulumi.Input[str]]):
312
+ def service_name(self, value: Optional[pulumi.Input[builtins.str]]):
312
313
  pulumi.set(self, "service_name", value)
313
314
 
314
315
 
@@ -317,15 +318,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
317
318
  def __init__(__self__,
318
319
  resource_name: str,
319
320
  opts: Optional[pulumi.ResourceOptions] = None,
320
- host: Optional[pulumi.Input[str]] = None,
321
- operation: Optional[pulumi.Input[str]] = None,
322
- pattern_type: Optional[pulumi.Input[str]] = None,
323
- permission_type: Optional[pulumi.Input[str]] = None,
324
- principal: Optional[pulumi.Input[str]] = None,
325
- project: Optional[pulumi.Input[str]] = None,
326
- resource_name_: Optional[pulumi.Input[str]] = None,
327
- resource_type: Optional[pulumi.Input[str]] = None,
328
- service_name: Optional[pulumi.Input[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,
329
330
  __props__=None):
330
331
  """
331
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,
@@ -359,15 +360,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
359
360
 
360
361
  :param str resource_name: The name of the resource.
361
362
  :param pulumi.ResourceOptions opts: Options for the resource.
362
- :param pulumi.Input[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.
363
- :param pulumi.Input[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.
364
- :param pulumi.Input[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.
365
- :param pulumi.Input[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.
366
- :param pulumi.Input[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.
367
- :param pulumi.Input[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.
368
- :param pulumi.Input[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.
369
- :param pulumi.Input[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.
370
- :param pulumi.Input[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.
371
372
  """
372
373
  ...
373
374
  @overload
@@ -420,15 +421,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
420
421
  def _internal_init(__self__,
421
422
  resource_name: str,
422
423
  opts: Optional[pulumi.ResourceOptions] = None,
423
- host: Optional[pulumi.Input[str]] = None,
424
- operation: Optional[pulumi.Input[str]] = None,
425
- pattern_type: Optional[pulumi.Input[str]] = None,
426
- permission_type: Optional[pulumi.Input[str]] = None,
427
- principal: Optional[pulumi.Input[str]] = None,
428
- project: Optional[pulumi.Input[str]] = None,
429
- resource_name_: Optional[pulumi.Input[str]] = None,
430
- resource_type: Optional[pulumi.Input[str]] = None,
431
- service_name: Optional[pulumi.Input[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,
432
433
  __props__=None):
433
434
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
434
435
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -473,15 +474,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
473
474
  def get(resource_name: str,
474
475
  id: pulumi.Input[str],
475
476
  opts: Optional[pulumi.ResourceOptions] = None,
476
- host: Optional[pulumi.Input[str]] = None,
477
- operation: Optional[pulumi.Input[str]] = None,
478
- pattern_type: Optional[pulumi.Input[str]] = None,
479
- permission_type: Optional[pulumi.Input[str]] = None,
480
- principal: Optional[pulumi.Input[str]] = None,
481
- project: Optional[pulumi.Input[str]] = None,
482
- resource_name_: Optional[pulumi.Input[str]] = None,
483
- resource_type: Optional[pulumi.Input[str]] = None,
484
- service_name: Optional[pulumi.Input[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':
485
486
  """
486
487
  Get an existing KafkaNativeAcl resource's state with the given name, id, and optional extra
487
488
  properties used to qualify the lookup.
@@ -489,15 +490,15 @@ class KafkaNativeAcl(pulumi.CustomResource):
489
490
  :param str resource_name: The unique name of the resulting resource.
490
491
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
491
492
  :param pulumi.ResourceOptions opts: Options for the resource.
492
- :param pulumi.Input[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.
493
- :param pulumi.Input[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.
494
- :param pulumi.Input[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.
495
- :param pulumi.Input[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.
496
- :param pulumi.Input[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.
497
- :param pulumi.Input[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.
498
- :param pulumi.Input[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.
499
- :param pulumi.Input[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.
500
- :param pulumi.Input[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.
501
502
  """
502
503
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
503
504
 
@@ -516,7 +517,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
516
517
 
517
518
  @property
518
519
  @pulumi.getter
519
- def host(self) -> pulumi.Output[Optional[str]]:
520
+ def host(self) -> pulumi.Output[Optional[builtins.str]]:
520
521
  """
521
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.
522
523
  """
@@ -524,7 +525,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
524
525
 
525
526
  @property
526
527
  @pulumi.getter
527
- def operation(self) -> pulumi.Output[str]:
528
+ def operation(self) -> pulumi.Output[builtins.str]:
528
529
  """
529
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.
530
531
  """
@@ -532,7 +533,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
532
533
 
533
534
  @property
534
535
  @pulumi.getter(name="patternType")
535
- def pattern_type(self) -> pulumi.Output[str]:
536
+ def pattern_type(self) -> pulumi.Output[builtins.str]:
536
537
  """
537
538
  Resource pattern used to match specified resources. The possible values are `LITERAL` and `PREFIXED`. Changing this property forces recreation of the resource.
538
539
  """
@@ -540,7 +541,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
540
541
 
541
542
  @property
542
543
  @pulumi.getter(name="permissionType")
543
- def permission_type(self) -> pulumi.Output[str]:
544
+ def permission_type(self) -> pulumi.Output[builtins.str]:
544
545
  """
545
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.
546
547
  """
@@ -548,7 +549,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
548
549
 
549
550
  @property
550
551
  @pulumi.getter
551
- def principal(self) -> pulumi.Output[str]:
552
+ def principal(self) -> pulumi.Output[builtins.str]:
552
553
  """
553
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.
554
555
  """
@@ -556,7 +557,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
556
557
 
557
558
  @property
558
559
  @pulumi.getter
559
- def project(self) -> pulumi.Output[str]:
560
+ def project(self) -> pulumi.Output[builtins.str]:
560
561
  """
561
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.
562
563
  """
@@ -564,7 +565,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
564
565
 
565
566
  @property
566
567
  @pulumi.getter(name="resourceName")
567
- def resource_name(self) -> pulumi.Output[str]:
568
+ def resource_name(self) -> pulumi.Output[builtins.str]:
568
569
  """
569
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.
570
571
  """
@@ -572,7 +573,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
572
573
 
573
574
  @property
574
575
  @pulumi.getter(name="resourceType")
575
- def resource_type(self) -> pulumi.Output[str]:
576
+ def resource_type(self) -> pulumi.Output[builtins.str]:
576
577
  """
577
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.
578
579
  """
@@ -580,7 +581,7 @@ class KafkaNativeAcl(pulumi.CustomResource):
580
581
 
581
582
  @property
582
583
  @pulumi.getter(name="serviceName")
583
- def service_name(self) -> pulumi.Output[str]:
584
+ def service_name(self) -> pulumi.Output[builtins.str]:
584
585
  """
585
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.
586
587
  """