pulumi-aiven 6.37.0a1744255932__py3-none-any.whl → 6.38.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 +9 -0
- pulumi_aiven/_inputs.py +1302 -160
- pulumi_aiven/account.py +1 -0
- pulumi_aiven/account_authentication.py +1 -0
- pulumi_aiven/account_team.py +1 -0
- pulumi_aiven/account_team_member.py +1 -0
- pulumi_aiven/account_team_project.py +1 -0
- pulumi_aiven/alloydbomni.py +1 -0
- pulumi_aiven/alloydbomni_database.py +1 -0
- pulumi_aiven/alloydbomni_user.py +1 -0
- pulumi_aiven/aws_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/aws_privatelink.py +1 -0
- pulumi_aiven/aws_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/azure_privatelink.py +1 -0
- pulumi_aiven/azure_privatelink_connection_approval.py +1 -0
- pulumi_aiven/azure_vpc_peering_connection.py +1 -0
- pulumi_aiven/billing_group.py +1 -0
- pulumi_aiven/cassandra.py +1 -0
- pulumi_aiven/cassandra_user.py +1 -0
- pulumi_aiven/clickhouse.py +1 -0
- pulumi_aiven/clickhouse_database.py +1 -0
- pulumi_aiven/clickhouse_grant.py +19 -0
- pulumi_aiven/clickhouse_role.py +1 -0
- pulumi_aiven/clickhouse_user.py +1 -0
- pulumi_aiven/connection_pool.py +1 -0
- pulumi_aiven/dragonfly.py +1 -0
- pulumi_aiven/flink.py +1 -0
- pulumi_aiven/flink_application.py +1 -0
- pulumi_aiven/flink_application_deployment.py +1 -0
- pulumi_aiven/flink_application_version.py +1 -0
- pulumi_aiven/flink_jar_application.py +1 -0
- pulumi_aiven/flink_jar_application_deployment.py +1 -0
- pulumi_aiven/flink_jar_application_version.py +1 -0
- pulumi_aiven/gcp_org_vpc_peering_connection.py +1 -0
- pulumi_aiven/gcp_privatelink.py +1 -0
- pulumi_aiven/gcp_privatelink_connection_approval.py +1 -0
- pulumi_aiven/gcp_vpc_peering_connection.py +1 -0
- pulumi_aiven/get_external_identity.py +5 -5
- pulumi_aiven/get_open_search.py +7 -7
- pulumi_aiven/get_open_search_acl_config.py +7 -7
- pulumi_aiven/get_open_search_acl_rule.py +19 -19
- pulumi_aiven/get_opensearch_security_plugin_config.py +7 -7
- pulumi_aiven/get_opensearch_user.py +13 -13
- pulumi_aiven/get_organization.py +24 -6
- pulumi_aiven/get_organization_address.py +52 -29
- pulumi_aiven/get_organization_billing_group.py +38 -15
- pulumi_aiven/get_organization_billing_group_list.py +40 -12
- pulumi_aiven/get_organization_project.py +50 -14
- pulumi_aiven/governance_access.py +418 -0
- pulumi_aiven/grafana.py +1 -0
- pulumi_aiven/influx_db.py +1 -0
- pulumi_aiven/influxdb_database.py +1 -0
- pulumi_aiven/influxdb_user.py +1 -0
- pulumi_aiven/kafka.py +1 -0
- pulumi_aiven/kafka_acl.py +1 -0
- pulumi_aiven/kafka_connect.py +1 -0
- pulumi_aiven/kafka_connector.py +1 -0
- pulumi_aiven/kafka_mirror_maker.py +1 -0
- pulumi_aiven/kafka_native_acl.py +1 -0
- pulumi_aiven/kafka_quota.py +1 -0
- pulumi_aiven/kafka_schema.py +1 -0
- pulumi_aiven/kafka_schema_configuration.py +1 -0
- pulumi_aiven/kafka_schema_registry_acl.py +1 -0
- pulumi_aiven/kafka_topic.py +1 -0
- pulumi_aiven/kafka_user.py +1 -0
- pulumi_aiven/m3_aggregator.py +1 -0
- pulumi_aiven/m3_db.py +1 -0
- pulumi_aiven/m3db_user.py +1 -0
- pulumi_aiven/mirror_maker_replication_flow.py +1 -0
- pulumi_aiven/my_sql.py +1 -0
- pulumi_aiven/mysql_database.py +1 -0
- pulumi_aiven/mysql_user.py +1 -0
- pulumi_aiven/open_search.py +18 -19
- pulumi_aiven/open_search_acl_config.py +30 -41
- pulumi_aiven/open_search_acl_rule.py +48 -47
- pulumi_aiven/opensearch_security_plugin_config.py +15 -42
- pulumi_aiven/opensearch_user.py +33 -32
- pulumi_aiven/organization.py +25 -19
- pulumi_aiven/organization_address.py +103 -96
- pulumi_aiven/organization_application_user.py +10 -0
- pulumi_aiven/organization_application_user_token.py +1 -0
- pulumi_aiven/organization_billing_group.py +67 -60
- pulumi_aiven/organization_group_project.py +1 -0
- pulumi_aiven/organization_permission.py +1 -0
- pulumi_aiven/organization_project.py +112 -62
- pulumi_aiven/organization_user.py +1 -0
- pulumi_aiven/organization_user_group.py +1 -0
- pulumi_aiven/organization_user_group_member.py +1 -0
- pulumi_aiven/organization_vpc.py +1 -0
- pulumi_aiven/organizational_unit.py +1 -0
- pulumi_aiven/outputs.py +1039 -189
- pulumi_aiven/pg.py +1 -0
- pulumi_aiven/pg_database.py +1 -0
- pulumi_aiven/pg_user.py +1 -0
- pulumi_aiven/project.py +1 -0
- pulumi_aiven/project_user.py +1 -0
- pulumi_aiven/project_vpc.py +1 -0
- pulumi_aiven/provider.py +21 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +1 -0
- pulumi_aiven/redis_user.py +1 -0
- pulumi_aiven/service_integration.py +1 -0
- pulumi_aiven/service_integration_endpoint.py +1 -0
- pulumi_aiven/static_ip.py +1 -0
- pulumi_aiven/thanos.py +1 -0
- pulumi_aiven/transit_gateway_vpc_attachment.py +1 -0
- pulumi_aiven/valkey.py +1 -0
- pulumi_aiven/valkey_user.py +1 -0
- {pulumi_aiven-6.37.0a1744255932.dist-info → pulumi_aiven-6.38.0.dist-info}/METADATA +3 -3
- pulumi_aiven-6.38.0.dist-info/RECORD +189 -0
- {pulumi_aiven-6.37.0a1744255932.dist-info → pulumi_aiven-6.38.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.37.0a1744255932.dist-info/RECORD +0 -188
- {pulumi_aiven-6.37.0a1744255932.dist-info → pulumi_aiven-6.38.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/account.py
CHANGED
|
@@ -529,6 +529,7 @@ class _AccountAuthenticationState:
|
|
|
529
529
|
pulumi.set(self, "update_time", value)
|
|
530
530
|
|
|
531
531
|
|
|
532
|
+
@pulumi.type_token("aiven:index/accountAuthentication:AccountAuthentication")
|
|
532
533
|
class AccountAuthentication(pulumi.CustomResource):
|
|
533
534
|
@overload
|
|
534
535
|
def __init__(__self__,
|
pulumi_aiven/account_team.py
CHANGED
pulumi_aiven/alloydbomni.py
CHANGED
|
@@ -190,6 +190,7 @@ class _AlloydbomniDatabaseState:
|
|
|
190
190
|
pulumi.set(self, "service_name", value)
|
|
191
191
|
|
|
192
192
|
|
|
193
|
+
@pulumi.type_token("aiven:index/alloydbomniDatabase:AlloydbomniDatabase")
|
|
193
194
|
class AlloydbomniDatabase(pulumi.CustomResource):
|
|
194
195
|
@overload
|
|
195
196
|
def __init__(__self__,
|
pulumi_aiven/alloydbomni_user.py
CHANGED
|
@@ -236,6 +236,7 @@ class _AwsOrgVpcPeeringConnectionState:
|
|
|
236
236
|
pulumi.set(self, "state", value)
|
|
237
237
|
|
|
238
238
|
|
|
239
|
+
@pulumi.type_token("aiven:index/awsOrgVpcPeeringConnection:AwsOrgVpcPeeringConnection")
|
|
239
240
|
class AwsOrgVpcPeeringConnection(pulumi.CustomResource):
|
|
240
241
|
@overload
|
|
241
242
|
def __init__(__self__,
|
pulumi_aiven/aws_privatelink.py
CHANGED
|
@@ -205,6 +205,7 @@ class _AwsVpcPeeringConnectionState:
|
|
|
205
205
|
pulumi.set(self, "vpc_id", value)
|
|
206
206
|
|
|
207
207
|
|
|
208
|
+
@pulumi.type_token("aiven:index/awsVpcPeeringConnection:AwsVpcPeeringConnection")
|
|
208
209
|
class AwsVpcPeeringConnection(pulumi.CustomResource):
|
|
209
210
|
@overload
|
|
210
211
|
def __init__(__self__,
|
|
@@ -282,6 +282,7 @@ class _AzureOrgVpcPeeringConnectionState:
|
|
|
282
282
|
pulumi.set(self, "vnet_name", value)
|
|
283
283
|
|
|
284
284
|
|
|
285
|
+
@pulumi.type_token("aiven:index/azureOrgVpcPeeringConnection:AzureOrgVpcPeeringConnection")
|
|
285
286
|
class AzureOrgVpcPeeringConnection(pulumi.CustomResource):
|
|
286
287
|
@overload
|
|
287
288
|
def __init__(__self__,
|
|
@@ -190,6 +190,7 @@ class _AzurePrivatelinkState:
|
|
|
190
190
|
pulumi.set(self, "user_subscription_ids", value)
|
|
191
191
|
|
|
192
192
|
|
|
193
|
+
@pulumi.type_token("aiven:index/azurePrivatelink:AzurePrivatelink")
|
|
193
194
|
class AzurePrivatelink(pulumi.CustomResource):
|
|
194
195
|
@overload
|
|
195
196
|
def __init__(__self__,
|
|
@@ -159,6 +159,7 @@ class _AzurePrivatelinkConnectionApprovalState:
|
|
|
159
159
|
pulumi.set(self, "state", value)
|
|
160
160
|
|
|
161
161
|
|
|
162
|
+
@pulumi.type_token("aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval")
|
|
162
163
|
class AzurePrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
163
164
|
@overload
|
|
164
165
|
def __init__(__self__,
|
|
@@ -267,6 +267,7 @@ class _AzureVpcPeeringConnectionState:
|
|
|
267
267
|
pulumi.set(self, "vpc_id", value)
|
|
268
268
|
|
|
269
269
|
|
|
270
|
+
@pulumi.type_token("aiven:index/azureVpcPeeringConnection:AzureVpcPeeringConnection")
|
|
270
271
|
class AzureVpcPeeringConnection(pulumi.CustomResource):
|
|
271
272
|
@overload
|
|
272
273
|
def __init__(__self__,
|
pulumi_aiven/billing_group.py
CHANGED
pulumi_aiven/cassandra.py
CHANGED
pulumi_aiven/cassandra_user.py
CHANGED
pulumi_aiven/clickhouse.py
CHANGED
|
@@ -151,6 +151,7 @@ class _ClickhouseDatabaseState:
|
|
|
151
151
|
pulumi.set(self, "termination_protection", value)
|
|
152
152
|
|
|
153
153
|
|
|
154
|
+
@pulumi.type_token("aiven:index/clickhouseDatabase:ClickhouseDatabase")
|
|
154
155
|
class ClickhouseDatabase(pulumi.CustomResource):
|
|
155
156
|
@overload
|
|
156
157
|
def __init__(__self__,
|
pulumi_aiven/clickhouse_grant.py
CHANGED
|
@@ -225,6 +225,7 @@ class _ClickhouseGrantState:
|
|
|
225
225
|
pulumi.set(self, "user", value)
|
|
226
226
|
|
|
227
227
|
|
|
228
|
+
@pulumi.type_token("aiven:index/clickhouseGrant:ClickhouseGrant")
|
|
228
229
|
class ClickhouseGrant(pulumi.CustomResource):
|
|
229
230
|
@overload
|
|
230
231
|
def __init__(__self__,
|
|
@@ -242,6 +243,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
242
243
|
|
|
243
244
|
**Note:**
|
|
244
245
|
* Users cannot have the same name as roles.
|
|
246
|
+
* Global privileges cannot be granted on the database level. To grant global privileges, use `database="*"`.
|
|
245
247
|
* To grant a privilege on all tables of a database, omit the table and only keep the database. Don't use `table="*"`.
|
|
246
248
|
* Changes first revoke all grants and then reissue the remaining grants for convergence.
|
|
247
249
|
|
|
@@ -270,6 +272,14 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
270
272
|
"privilege": "SELECT",
|
|
271
273
|
"database": example_db["name"],
|
|
272
274
|
},
|
|
275
|
+
{
|
|
276
|
+
"privilege": "CREATE TEMPORARY TABLE",
|
|
277
|
+
"database": "*",
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"privilege": "SYSTEM DROP CACHE",
|
|
281
|
+
"database": "*",
|
|
282
|
+
},
|
|
273
283
|
])
|
|
274
284
|
# Grant the role to the user.
|
|
275
285
|
example_user = aiven.ClickhouseUser("example_user",
|
|
@@ -311,6 +321,7 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
311
321
|
|
|
312
322
|
**Note:**
|
|
313
323
|
* Users cannot have the same name as roles.
|
|
324
|
+
* Global privileges cannot be granted on the database level. To grant global privileges, use `database="*"`.
|
|
314
325
|
* To grant a privilege on all tables of a database, omit the table and only keep the database. Don't use `table="*"`.
|
|
315
326
|
* Changes first revoke all grants and then reissue the remaining grants for convergence.
|
|
316
327
|
|
|
@@ -339,6 +350,14 @@ class ClickhouseGrant(pulumi.CustomResource):
|
|
|
339
350
|
"privilege": "SELECT",
|
|
340
351
|
"database": example_db["name"],
|
|
341
352
|
},
|
|
353
|
+
{
|
|
354
|
+
"privilege": "CREATE TEMPORARY TABLE",
|
|
355
|
+
"database": "*",
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"privilege": "SYSTEM DROP CACHE",
|
|
359
|
+
"database": "*",
|
|
360
|
+
},
|
|
342
361
|
])
|
|
343
362
|
# Grant the role to the user.
|
|
344
363
|
example_user = aiven.ClickhouseUser("example_user",
|
pulumi_aiven/clickhouse_role.py
CHANGED
pulumi_aiven/clickhouse_user.py
CHANGED
pulumi_aiven/connection_pool.py
CHANGED
pulumi_aiven/dragonfly.py
CHANGED
pulumi_aiven/flink.py
CHANGED
|
@@ -285,6 +285,7 @@ class _FlinkApplicationDeploymentState:
|
|
|
285
285
|
pulumi.set(self, "version_id", value)
|
|
286
286
|
|
|
287
287
|
|
|
288
|
+
@pulumi.type_token("aiven:index/flinkApplicationDeployment:FlinkApplicationDeployment")
|
|
288
289
|
class FlinkApplicationDeployment(pulumi.CustomResource):
|
|
289
290
|
@overload
|
|
290
291
|
def __init__(__self__,
|
|
@@ -367,6 +367,7 @@ class _FlinkApplicationVersionState:
|
|
|
367
367
|
pulumi.set(self, "version", value)
|
|
368
368
|
|
|
369
369
|
|
|
370
|
+
@pulumi.type_token("aiven:index/flinkApplicationVersion:FlinkApplicationVersion")
|
|
370
371
|
class FlinkApplicationVersion(pulumi.CustomResource):
|
|
371
372
|
@overload
|
|
372
373
|
def __init__(__self__,
|
|
@@ -241,6 +241,7 @@ class _FlinkJarApplicationState:
|
|
|
241
241
|
pulumi.set(self, "updated_by", value)
|
|
242
242
|
|
|
243
243
|
|
|
244
|
+
@pulumi.type_token("aiven:index/flinkJarApplication:FlinkJarApplication")
|
|
244
245
|
class FlinkJarApplication(pulumi.CustomResource):
|
|
245
246
|
@overload
|
|
246
247
|
def __init__(__self__,
|
|
@@ -429,6 +429,7 @@ class _FlinkJarApplicationDeploymentState:
|
|
|
429
429
|
pulumi.set(self, "version_id", value)
|
|
430
430
|
|
|
431
431
|
|
|
432
|
+
@pulumi.type_token("aiven:index/flinkJarApplicationDeployment:FlinkJarApplicationDeployment")
|
|
432
433
|
class FlinkJarApplicationDeployment(pulumi.CustomResource):
|
|
433
434
|
@overload
|
|
434
435
|
def __init__(__self__,
|
|
@@ -255,6 +255,7 @@ class _FlinkJarApplicationVersionState:
|
|
|
255
255
|
pulumi.set(self, "version", value)
|
|
256
256
|
|
|
257
257
|
|
|
258
|
+
@pulumi.type_token("aiven:index/flinkJarApplicationVersion:FlinkJarApplicationVersion")
|
|
258
259
|
class FlinkJarApplicationVersion(pulumi.CustomResource):
|
|
259
260
|
@overload
|
|
260
261
|
def __init__(__self__,
|
|
@@ -189,6 +189,7 @@ class _GcpOrgVpcPeeringConnectionState:
|
|
|
189
189
|
pulumi.set(self, "state", value)
|
|
190
190
|
|
|
191
191
|
|
|
192
|
+
@pulumi.type_token("aiven:index/gcpOrgVpcPeeringConnection:GcpOrgVpcPeeringConnection")
|
|
192
193
|
class GcpOrgVpcPeeringConnection(pulumi.CustomResource):
|
|
193
194
|
@overload
|
|
194
195
|
def __init__(__self__,
|
pulumi_aiven/gcp_privatelink.py
CHANGED
|
@@ -174,6 +174,7 @@ class _GcpPrivatelinkConnectionApprovalState:
|
|
|
174
174
|
pulumi.set(self, "user_ip_address", value)
|
|
175
175
|
|
|
176
176
|
|
|
177
|
+
@pulumi.type_token("aiven:index/gcpPrivatelinkConnectionApproval:GcpPrivatelinkConnectionApproval")
|
|
177
178
|
class GcpPrivatelinkConnectionApproval(pulumi.CustomResource):
|
|
178
179
|
@overload
|
|
179
180
|
def __init__(__self__,
|
|
@@ -174,6 +174,7 @@ class _GcpVpcPeeringConnectionState:
|
|
|
174
174
|
pulumi.set(self, "vpc_id", value)
|
|
175
175
|
|
|
176
176
|
|
|
177
|
+
@pulumi.type_token("aiven:index/gcpVpcPeeringConnection:GcpVpcPeeringConnection")
|
|
177
178
|
class GcpVpcPeeringConnection(pulumi.CustomResource):
|
|
178
179
|
@overload
|
|
179
180
|
def __init__(__self__,
|
|
@@ -56,7 +56,7 @@ class GetExternalIdentityResult:
|
|
|
56
56
|
@pulumi.getter(name="externalUserId")
|
|
57
57
|
def external_user_id(self) -> builtins.str:
|
|
58
58
|
"""
|
|
59
|
-
The user's ID on the external service.
|
|
59
|
+
The user's ID on the external service. For GitHub, this is their GitHub username.
|
|
60
60
|
"""
|
|
61
61
|
return pulumi.get(self, "external_user_id")
|
|
62
62
|
|
|
@@ -104,14 +104,14 @@ def get_external_identity(external_service_name: Optional[builtins.str] = None,
|
|
|
104
104
|
organization_id: Optional[builtins.str] = None,
|
|
105
105
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetExternalIdentityResult:
|
|
106
106
|
"""
|
|
107
|
-
|
|
107
|
+
Links external usernames to Aiven users, ensuring that requesters and approvers are correctly identified for Aiven for Apache Kafka® Governance approval workflows.
|
|
108
108
|
|
|
109
109
|
**This resource is in the beta stage and may change without notice.** Set
|
|
110
110
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
111
111
|
|
|
112
112
|
|
|
113
113
|
:param builtins.str external_service_name: The name of the external service. The possible value is `github`.
|
|
114
|
-
:param builtins.str external_user_id: The user's ID on the external service.
|
|
114
|
+
:param builtins.str external_user_id: The user's ID on the external service. For GitHub, this is their GitHub username.
|
|
115
115
|
:param builtins.str internal_user_id: The Aiven user ID.
|
|
116
116
|
:param builtins.str organization_id: The ID of the Aiven organization that the user is part of.
|
|
117
117
|
"""
|
|
@@ -135,14 +135,14 @@ def get_external_identity_output(external_service_name: Optional[pulumi.Input[bu
|
|
|
135
135
|
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
136
136
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetExternalIdentityResult]:
|
|
137
137
|
"""
|
|
138
|
-
|
|
138
|
+
Links external usernames to Aiven users, ensuring that requesters and approvers are correctly identified for Aiven for Apache Kafka® Governance approval workflows.
|
|
139
139
|
|
|
140
140
|
**This resource is in the beta stage and may change without notice.** Set
|
|
141
141
|
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
:param builtins.str external_service_name: The name of the external service. The possible value is `github`.
|
|
145
|
-
:param builtins.str external_user_id: The user's ID on the external service.
|
|
145
|
+
:param builtins.str external_user_id: The user's ID on the external service. For GitHub, this is their GitHub username.
|
|
146
146
|
:param builtins.str internal_user_id: The Aiven user ID.
|
|
147
147
|
:param builtins.str organization_id: The ID of the Aiven organization that the user is part of.
|
|
148
148
|
"""
|
pulumi_aiven/get_open_search.py
CHANGED
|
@@ -217,7 +217,7 @@ class GetOpenSearchResult:
|
|
|
217
217
|
@pulumi.getter
|
|
218
218
|
def opensearches(self) -> Sequence['outputs.GetOpenSearchOpensearchResult']:
|
|
219
219
|
"""
|
|
220
|
-
OpenSearch server
|
|
220
|
+
Values provided by the OpenSearch server.
|
|
221
221
|
"""
|
|
222
222
|
return pulumi.get(self, "opensearches")
|
|
223
223
|
|
|
@@ -388,7 +388,7 @@ def get_open_search(project: Optional[builtins.str] = None,
|
|
|
388
388
|
service_name: Optional[builtins.str] = None,
|
|
389
389
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenSearchResult:
|
|
390
390
|
"""
|
|
391
|
-
|
|
391
|
+
Gets information about an Aiven for OpenSearch® service.
|
|
392
392
|
|
|
393
393
|
## Example Usage
|
|
394
394
|
|
|
@@ -396,8 +396,8 @@ def get_open_search(project: Optional[builtins.str] = None,
|
|
|
396
396
|
import pulumi
|
|
397
397
|
import pulumi_aiven as aiven
|
|
398
398
|
|
|
399
|
-
|
|
400
|
-
service_name="
|
|
399
|
+
example_opensearch = aiven.get_open_search(project=example_project["project"],
|
|
400
|
+
service_name="example-opensearch")
|
|
401
401
|
```
|
|
402
402
|
|
|
403
403
|
|
|
@@ -444,7 +444,7 @@ def get_open_search_output(project: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
444
444
|
service_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
445
445
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchResult]:
|
|
446
446
|
"""
|
|
447
|
-
|
|
447
|
+
Gets information about an Aiven for OpenSearch® service.
|
|
448
448
|
|
|
449
449
|
## Example Usage
|
|
450
450
|
|
|
@@ -452,8 +452,8 @@ def get_open_search_output(project: Optional[pulumi.Input[builtins.str]] = None,
|
|
|
452
452
|
import pulumi
|
|
453
453
|
import pulumi_aiven as aiven
|
|
454
454
|
|
|
455
|
-
|
|
456
|
-
service_name="
|
|
455
|
+
example_opensearch = aiven.get_open_search(project=example_project["project"],
|
|
456
|
+
service_name="example-opensearch")
|
|
457
457
|
```
|
|
458
458
|
|
|
459
459
|
|
|
@@ -48,7 +48,7 @@ class GetOpenSearchAclConfigResult:
|
|
|
48
48
|
@pulumi.getter
|
|
49
49
|
def enabled(self) -> builtins.bool:
|
|
50
50
|
"""
|
|
51
|
-
Enable OpenSearch ACLs. When disabled authenticated service users have unrestricted access. The default value is `true`.
|
|
51
|
+
Enable OpenSearch ACLs. When disabled, authenticated service users have unrestricted access. The default value is `true`.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "enabled")
|
|
54
54
|
|
|
@@ -102,7 +102,7 @@ def get_open_search_acl_config(project: Optional[builtins.str] = None,
|
|
|
102
102
|
service_name: Optional[builtins.str] = None,
|
|
103
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenSearchAclConfigResult:
|
|
104
104
|
"""
|
|
105
|
-
|
|
105
|
+
Gets information about access control for an Aiven for OpenSearch® service.
|
|
106
106
|
|
|
107
107
|
## Example Usage
|
|
108
108
|
|
|
@@ -110,8 +110,8 @@ def get_open_search_acl_config(project: Optional[builtins.str] = None,
|
|
|
110
110
|
import pulumi
|
|
111
111
|
import pulumi_aiven as aiven
|
|
112
112
|
|
|
113
|
-
os_acl_config = aiven.get_open_search_acl_config(project=
|
|
114
|
-
service_name=
|
|
113
|
+
os_acl_config = aiven.get_open_search_acl_config(project=example_project["project"],
|
|
114
|
+
service_name=example_opensearch["serviceName"])
|
|
115
115
|
```
|
|
116
116
|
|
|
117
117
|
|
|
@@ -134,7 +134,7 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[builtins.st
|
|
|
134
134
|
service_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
135
135
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchAclConfigResult]:
|
|
136
136
|
"""
|
|
137
|
-
|
|
137
|
+
Gets information about access control for an Aiven for OpenSearch® service.
|
|
138
138
|
|
|
139
139
|
## Example Usage
|
|
140
140
|
|
|
@@ -142,8 +142,8 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[builtins.st
|
|
|
142
142
|
import pulumi
|
|
143
143
|
import pulumi_aiven as aiven
|
|
144
144
|
|
|
145
|
-
os_acl_config = aiven.get_open_search_acl_config(project=
|
|
146
|
-
service_name=
|
|
145
|
+
os_acl_config = aiven.get_open_search_acl_config(project=example_project["project"],
|
|
146
|
+
service_name=example_opensearch["serviceName"])
|
|
147
147
|
```
|
|
148
148
|
|
|
149
149
|
|
|
@@ -59,7 +59,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
59
59
|
@pulumi.getter
|
|
60
60
|
def index(self) -> builtins.str:
|
|
61
61
|
"""
|
|
62
|
-
The index pattern for this ACL
|
|
62
|
+
The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
63
63
|
"""
|
|
64
64
|
return pulumi.get(self, "index")
|
|
65
65
|
|
|
@@ -67,7 +67,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def permission(self) -> builtins.str:
|
|
69
69
|
"""
|
|
70
|
-
The permissions for this ACL
|
|
70
|
+
The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "permission")
|
|
73
73
|
|
|
@@ -91,7 +91,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
91
91
|
@pulumi.getter
|
|
92
92
|
def username(self) -> builtins.str:
|
|
93
93
|
"""
|
|
94
|
-
The username for the ACL
|
|
94
|
+
The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "username")
|
|
97
97
|
|
|
@@ -117,7 +117,7 @@ def get_open_search_acl_rule(index: Optional[builtins.str] = None,
|
|
|
117
117
|
username: Optional[builtins.str] = None,
|
|
118
118
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenSearchAclRuleResult:
|
|
119
119
|
"""
|
|
120
|
-
|
|
120
|
+
Gets information about an Aiven for OpenSearch® ACL rule.
|
|
121
121
|
|
|
122
122
|
## Example Usage
|
|
123
123
|
|
|
@@ -125,18 +125,18 @@ def get_open_search_acl_rule(index: Optional[builtins.str] = None,
|
|
|
125
125
|
import pulumi
|
|
126
126
|
import pulumi_aiven as aiven
|
|
127
127
|
|
|
128
|
-
os_acl_rule = aiven.get_open_search_acl_rule(project=
|
|
129
|
-
service_name=
|
|
130
|
-
username="
|
|
131
|
-
index="
|
|
128
|
+
os_acl_rule = aiven.get_open_search_acl_rule(project=example_project["project"],
|
|
129
|
+
service_name=example_opensearch["serviceName"],
|
|
130
|
+
username="documentation-user-1",
|
|
131
|
+
index="index5")
|
|
132
132
|
```
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
:param builtins.str index: The index pattern for this ACL
|
|
136
|
-
:param builtins.str permission: The permissions for this ACL
|
|
135
|
+
:param builtins.str index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
136
|
+
:param builtins.str permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
|
|
137
137
|
:param 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.
|
|
138
138
|
:param 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.
|
|
139
|
-
:param builtins.str username: The username for the ACL
|
|
139
|
+
:param builtins.str username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
140
140
|
"""
|
|
141
141
|
__args__ = dict()
|
|
142
142
|
__args__['index'] = index
|
|
@@ -161,7 +161,7 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[builtins.str]]
|
|
|
161
161
|
username: Optional[pulumi.Input[builtins.str]] = None,
|
|
162
162
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchAclRuleResult]:
|
|
163
163
|
"""
|
|
164
|
-
|
|
164
|
+
Gets information about an Aiven for OpenSearch® ACL rule.
|
|
165
165
|
|
|
166
166
|
## Example Usage
|
|
167
167
|
|
|
@@ -169,18 +169,18 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[builtins.str]]
|
|
|
169
169
|
import pulumi
|
|
170
170
|
import pulumi_aiven as aiven
|
|
171
171
|
|
|
172
|
-
os_acl_rule = aiven.get_open_search_acl_rule(project=
|
|
173
|
-
service_name=
|
|
174
|
-
username="
|
|
175
|
-
index="
|
|
172
|
+
os_acl_rule = aiven.get_open_search_acl_rule(project=example_project["project"],
|
|
173
|
+
service_name=example_opensearch["serviceName"],
|
|
174
|
+
username="documentation-user-1",
|
|
175
|
+
index="index5")
|
|
176
176
|
```
|
|
177
177
|
|
|
178
178
|
|
|
179
|
-
:param builtins.str index: The index pattern for this ACL
|
|
180
|
-
:param builtins.str permission: The permissions for this ACL
|
|
179
|
+
:param builtins.str index: The index pattern for this ACL rule. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
180
|
+
:param builtins.str permission: The permissions for this ACL rule. The possible values are `admin`, `deny`, `read`, `readwrite` and `write`.
|
|
181
181
|
:param 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.
|
|
182
182
|
:param 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.
|
|
183
|
-
:param builtins.str username: The username for the ACL
|
|
183
|
+
:param builtins.str username: The username for the OpenSearch user this ACL rule applies to. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
184
184
|
"""
|
|
185
185
|
__args__ = dict()
|
|
186
186
|
__args__['index'] = index
|