pulumi-aiven 6.29.0a1733375305__py3-none-any.whl → 6.30.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 +39 -0
- pulumi_aiven/_inputs.py +3474 -103
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/alloydbomni.py +1335 -0
- pulumi_aiven/alloydbomni_database.py +347 -0
- pulumi_aiven/alloydbomni_user.py +433 -0
- pulumi_aiven/billing_group.py +7 -7
- pulumi_aiven/clickhouse.py +8 -8
- pulumi_aiven/get_account.py +2 -2
- pulumi_aiven/get_account_authentication.py +2 -2
- pulumi_aiven/get_account_team.py +2 -2
- pulumi_aiven/get_account_team_member.py +2 -2
- pulumi_aiven/get_account_team_project.py +3 -3
- pulumi_aiven/get_alloydbomni.py +499 -0
- pulumi_aiven/get_alloydbomni_database.py +168 -0
- pulumi_aiven/get_alloydbomni_user.py +210 -0
- pulumi_aiven/get_aws_privatelink.py +2 -2
- pulumi_aiven/get_aws_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_azure_privatelink.py +2 -2
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_billing_group.py +3 -3
- pulumi_aiven/get_cassanda.py +2 -2
- pulumi_aiven/get_cassandra.py +2 -2
- pulumi_aiven/get_cassandra_user.py +2 -2
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +2 -2
- pulumi_aiven/get_clickhouse_user.py +2 -2
- pulumi_aiven/get_connection_pool.py +2 -2
- pulumi_aiven/get_dragonfly.py +2 -2
- pulumi_aiven/get_external_identity.py +5 -5
- pulumi_aiven/get_flink.py +2 -2
- pulumi_aiven/get_flink_application.py +2 -2
- pulumi_aiven/get_flink_application_version.py +2 -2
- pulumi_aiven/get_gcp_privatelink.py +2 -2
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_grafana.py +2 -2
- pulumi_aiven/get_influx_db.py +2 -2
- pulumi_aiven/get_influxdb_database.py +2 -2
- pulumi_aiven/get_influxdb_user.py +2 -2
- pulumi_aiven/get_kafka.py +2 -2
- pulumi_aiven/get_kafka_acl.py +2 -2
- pulumi_aiven/get_kafka_connect.py +2 -2
- pulumi_aiven/get_kafka_connector.py +2 -2
- pulumi_aiven/get_kafka_mirror_maker.py +2 -2
- pulumi_aiven/get_kafka_schema.py +2 -2
- pulumi_aiven/get_kafka_schema_configuration.py +2 -2
- pulumi_aiven/get_kafka_schema_registry_acl.py +2 -2
- pulumi_aiven/get_kafka_topic.py +2 -2
- pulumi_aiven/get_kafka_user.py +2 -2
- pulumi_aiven/get_m3_aggregator.py +2 -2
- pulumi_aiven/get_m3_db.py +2 -2
- pulumi_aiven/get_m3db_user.py +2 -2
- pulumi_aiven/get_mirror_maker_replication_flow.py +17 -3
- pulumi_aiven/get_my_sql.py +2 -2
- pulumi_aiven/get_mysql_database.py +2 -2
- pulumi_aiven/get_mysql_user.py +2 -2
- pulumi_aiven/get_open_search.py +2 -2
- pulumi_aiven/get_open_search_acl_config.py +2 -2
- pulumi_aiven/get_open_search_acl_rule.py +2 -2
- pulumi_aiven/get_opensearch_security_plugin_config.py +2 -2
- pulumi_aiven/get_opensearch_user.py +2 -2
- pulumi_aiven/get_organization.py +2 -2
- pulumi_aiven/get_organization_application_user.py +2 -2
- pulumi_aiven/get_organization_user.py +2 -2
- pulumi_aiven/get_organization_user_group.py +2 -2
- pulumi_aiven/get_organization_user_list.py +2 -2
- pulumi_aiven/get_organizational_unit.py +2 -2
- pulumi_aiven/get_pg.py +2 -2
- pulumi_aiven/get_pg_database.py +2 -2
- pulumi_aiven/get_pg_user.py +2 -2
- pulumi_aiven/get_project.py +2 -2
- pulumi_aiven/get_project_user.py +3 -3
- pulumi_aiven/get_project_vpc.py +2 -2
- pulumi_aiven/get_redis.py +2 -2
- pulumi_aiven/get_redis_user.py +2 -2
- pulumi_aiven/get_service_component.py +2 -2
- pulumi_aiven/get_service_integration.py +34 -6
- pulumi_aiven/get_service_integration_endpoint.py +2 -2
- pulumi_aiven/get_thanos.py +2 -2
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -2
- pulumi_aiven/get_valkey.py +2 -2
- pulumi_aiven/get_valkey_user.py +11 -11
- pulumi_aiven/kafka_acl.py +6 -4
- pulumi_aiven/kafka_native_acl.py +588 -0
- pulumi_aiven/mirror_maker_replication_flow.py +47 -0
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/organization_permission.py +56 -6
- pulumi_aiven/outputs.py +20369 -15964
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/service_integration.py +98 -4
- pulumi_aiven/valkey.py +2 -2
- pulumi_aiven/valkey_user.py +142 -48
- {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/METADATA +3 -3
- pulumi_aiven-6.30.0.dist-info/RECORD +169 -0
- pulumi_aiven-6.29.0a1733375305.dist-info/RECORD +0 -162
- {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_valkey_user.py
CHANGED
|
@@ -70,7 +70,7 @@ class GetValkeyUserResult:
|
|
|
70
70
|
@pulumi.getter
|
|
71
71
|
def password(self) -> str:
|
|
72
72
|
"""
|
|
73
|
-
The
|
|
73
|
+
The Valkey service user's password.
|
|
74
74
|
"""
|
|
75
75
|
return pulumi.get(self, "password")
|
|
76
76
|
|
|
@@ -94,7 +94,7 @@ class GetValkeyUserResult:
|
|
|
94
94
|
@pulumi.getter
|
|
95
95
|
def type(self) -> str:
|
|
96
96
|
"""
|
|
97
|
-
|
|
97
|
+
User account type, such as primary or regular account.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "type")
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ class GetValkeyUserResult:
|
|
|
102
102
|
@pulumi.getter
|
|
103
103
|
def username(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
|
|
105
|
+
Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "username")
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@ class GetValkeyUserResult:
|
|
|
110
110
|
@pulumi.getter(name="valkeyAclCategories")
|
|
111
111
|
def valkey_acl_categories(self) -> Sequence[str]:
|
|
112
112
|
"""
|
|
113
|
-
|
|
113
|
+
Allow or disallow command categories. To allow a category use the prefix `+@` and to disallow use `-@`. See the [Valkey documentation](https://valkey.io/topics/acl/) for details on the ACL feature. The field is required with`valkey_acl_commands` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
|
|
114
114
|
"""
|
|
115
115
|
return pulumi.get(self, "valkey_acl_categories")
|
|
116
116
|
|
|
@@ -118,7 +118,7 @@ class GetValkeyUserResult:
|
|
|
118
118
|
@pulumi.getter(name="valkeyAclChannels")
|
|
119
119
|
def valkey_acl_channels(self) -> Sequence[str]:
|
|
120
120
|
"""
|
|
121
|
-
|
|
121
|
+
Allows and disallows access to pub/sub channels. Entries are defined as standard glob patterns. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "valkey_acl_channels")
|
|
124
124
|
|
|
@@ -126,7 +126,7 @@ class GetValkeyUserResult:
|
|
|
126
126
|
@pulumi.getter(name="valkeyAclCommands")
|
|
127
127
|
def valkey_acl_commands(self) -> Sequence[str]:
|
|
128
128
|
"""
|
|
129
|
-
Defines rules for individual commands. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
|
|
129
|
+
Defines rules for individual commands. To allow a command use the prefix `+` and to disallow use `-`. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
|
|
130
130
|
"""
|
|
131
131
|
return pulumi.get(self, "valkey_acl_commands")
|
|
132
132
|
|
|
@@ -134,7 +134,7 @@ class GetValkeyUserResult:
|
|
|
134
134
|
@pulumi.getter(name="valkeyAclKeys")
|
|
135
135
|
def valkey_acl_keys(self) -> Sequence[str]:
|
|
136
136
|
"""
|
|
137
|
-
|
|
137
|
+
Key access rules. Entries are defined as standard glob patterns. The field is required with`valkey_acl_categories` and `valkey_acl_keys`. Changing this property forces recreation of the resource.
|
|
138
138
|
"""
|
|
139
139
|
return pulumi.get(self, "valkey_acl_keys")
|
|
140
140
|
|
|
@@ -167,7 +167,7 @@ def get_valkey_user(project: Optional[str] = None,
|
|
|
167
167
|
|
|
168
168
|
:param 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.
|
|
169
169
|
:param 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.
|
|
170
|
-
:param str username:
|
|
170
|
+
:param str username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
171
171
|
"""
|
|
172
172
|
__args__ = dict()
|
|
173
173
|
__args__['project'] = project
|
|
@@ -190,20 +190,20 @@ def get_valkey_user(project: Optional[str] = None,
|
|
|
190
190
|
def get_valkey_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
191
191
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
192
192
|
username: Optional[pulumi.Input[str]] = None,
|
|
193
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetValkeyUserResult]:
|
|
193
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetValkeyUserResult]:
|
|
194
194
|
"""
|
|
195
195
|
The Valkey User data source provides information about the existing Aiven for Valkey user.
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
199
199
|
:param 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.
|
|
200
|
-
:param str username:
|
|
200
|
+
:param str username: Name of the Valkey service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
201
201
|
"""
|
|
202
202
|
__args__ = dict()
|
|
203
203
|
__args__['project'] = project
|
|
204
204
|
__args__['serviceName'] = service_name
|
|
205
205
|
__args__['username'] = username
|
|
206
|
-
opts = pulumi.
|
|
206
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
207
207
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getValkeyUser:getValkeyUser', __args__, opts=opts, typ=GetValkeyUserResult)
|
|
208
208
|
return __ret__.apply(lambda __response__: GetValkeyUserResult(
|
|
209
209
|
id=pulumi.get(__response__, 'id'),
|
pulumi_aiven/kafka_acl.py
CHANGED
|
@@ -215,9 +215,10 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
215
215
|
username: Optional[pulumi.Input[str]] = None,
|
|
216
216
|
__props__=None):
|
|
217
217
|
"""
|
|
218
|
-
Creates and manages
|
|
218
|
+
Creates and manages Aiven [access control lists](https://aiven.io/docs/products/kafka/concepts/acl) (ACLs) for an Aiven for Apache Kafka® service. ACLs control access to Kafka topics, consumer groups,
|
|
219
|
+
clusters, and Schema Registry.
|
|
219
220
|
|
|
220
|
-
|
|
221
|
+
Aiven ACLs provide simplified topic-level control with basic permissions and wildcard support. For more advanced access control, you can use Kafka-native ACLs.
|
|
221
222
|
|
|
222
223
|
## Example Usage
|
|
223
224
|
|
|
@@ -254,9 +255,10 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
254
255
|
args: KafkaAclArgs,
|
|
255
256
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
256
257
|
"""
|
|
257
|
-
Creates and manages
|
|
258
|
+
Creates and manages Aiven [access control lists](https://aiven.io/docs/products/kafka/concepts/acl) (ACLs) for an Aiven for Apache Kafka® service. ACLs control access to Kafka topics, consumer groups,
|
|
259
|
+
clusters, and Schema Registry.
|
|
258
260
|
|
|
259
|
-
|
|
261
|
+
Aiven ACLs provide simplified topic-level control with basic permissions and wildcard support. For more advanced access control, you can use Kafka-native ACLs.
|
|
260
262
|
|
|
261
263
|
## Example Usage
|
|
262
264
|
|