pulumi-aiven 6.41.0a1753242343__py3-none-any.whl → 6.42.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +1 -1
- pulumi_aiven/_inputs.py +10923 -10764
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +69 -70
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +302 -303
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +23 -24
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +61 -62
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +65 -66
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +19 -20
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +52 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +336 -337
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +70 -71
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +55 -56
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14499 -14292
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +61 -62
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +191 -192
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1753242343.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1753242343.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka_native_acl.py
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -20,26 +19,26 @@ __all__ = ['KafkaNativeAclArgs', 'KafkaNativeAcl']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class KafkaNativeAclArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
operation: pulumi.Input[
|
|
24
|
-
pattern_type: pulumi.Input[
|
|
25
|
-
permission_type: pulumi.Input[
|
|
26
|
-
principal: pulumi.Input[
|
|
27
|
-
project: pulumi.Input[
|
|
28
|
-
resource_name: pulumi.Input[
|
|
29
|
-
resource_type: pulumi.Input[
|
|
30
|
-
service_name: pulumi.Input[
|
|
31
|
-
host: Optional[pulumi.Input[
|
|
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[
|
|
35
|
-
:param pulumi.Input[
|
|
36
|
-
:param pulumi.Input[
|
|
37
|
-
:param pulumi.Input[
|
|
38
|
-
:param pulumi.Input[
|
|
39
|
-
:param pulumi.Input[
|
|
40
|
-
:param pulumi.Input[
|
|
41
|
-
:param pulumi.Input[
|
|
42
|
-
:param pulumi.Input[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
168
|
-
operation: Optional[pulumi.Input[
|
|
169
|
-
pattern_type: Optional[pulumi.Input[
|
|
170
|
-
permission_type: Optional[pulumi.Input[
|
|
171
|
-
principal: Optional[pulumi.Input[
|
|
172
|
-
project: Optional[pulumi.Input[
|
|
173
|
-
resource_name: Optional[pulumi.Input[
|
|
174
|
-
resource_type: Optional[pulumi.Input[
|
|
175
|
-
service_name: Optional[pulumi.Input[
|
|
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[
|
|
179
|
-
:param pulumi.Input[
|
|
180
|
-
:param pulumi.Input[
|
|
181
|
-
:param pulumi.Input[
|
|
182
|
-
:param pulumi.Input[
|
|
183
|
-
:param pulumi.Input[
|
|
184
|
-
:param pulumi.Input[
|
|
185
|
-
:param pulumi.Input[
|
|
186
|
-
:param pulumi.Input[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
323
|
-
operation: Optional[pulumi.Input[
|
|
324
|
-
pattern_type: Optional[pulumi.Input[
|
|
325
|
-
permission_type: Optional[pulumi.Input[
|
|
326
|
-
principal: Optional[pulumi.Input[
|
|
327
|
-
project: Optional[pulumi.Input[
|
|
328
|
-
resource_name_: Optional[pulumi.Input[
|
|
329
|
-
resource_type: Optional[pulumi.Input[
|
|
330
|
-
service_name: Optional[pulumi.Input[
|
|
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[
|
|
365
|
-
:param pulumi.Input[
|
|
366
|
-
:param pulumi.Input[
|
|
367
|
-
:param pulumi.Input[
|
|
368
|
-
:param pulumi.Input[
|
|
369
|
-
:param pulumi.Input[
|
|
370
|
-
:param pulumi.Input[
|
|
371
|
-
:param pulumi.Input[
|
|
372
|
-
:param pulumi.Input[
|
|
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[
|
|
426
|
-
operation: Optional[pulumi.Input[
|
|
427
|
-
pattern_type: Optional[pulumi.Input[
|
|
428
|
-
permission_type: Optional[pulumi.Input[
|
|
429
|
-
principal: Optional[pulumi.Input[
|
|
430
|
-
project: Optional[pulumi.Input[
|
|
431
|
-
resource_name_: Optional[pulumi.Input[
|
|
432
|
-
resource_type: Optional[pulumi.Input[
|
|
433
|
-
service_name: Optional[pulumi.Input[
|
|
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[
|
|
479
|
-
operation: Optional[pulumi.Input[
|
|
480
|
-
pattern_type: Optional[pulumi.Input[
|
|
481
|
-
permission_type: Optional[pulumi.Input[
|
|
482
|
-
principal: Optional[pulumi.Input[
|
|
483
|
-
project: Optional[pulumi.Input[
|
|
484
|
-
resource_name_: Optional[pulumi.Input[
|
|
485
|
-
resource_type: Optional[pulumi.Input[
|
|
486
|
-
service_name: Optional[pulumi.Input[
|
|
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[
|
|
495
|
-
:param pulumi.Input[
|
|
496
|
-
:param pulumi.Input[
|
|
497
|
-
:param pulumi.Input[
|
|
498
|
-
:param pulumi.Input[
|
|
499
|
-
:param pulumi.Input[
|
|
500
|
-
:param pulumi.Input[
|
|
501
|
-
:param pulumi.Input[
|
|
502
|
-
:param pulumi.Input[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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[
|
|
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
|
"""
|