pulumi-aiven 6.26.0a1728566627__py3-none-any.whl → 6.27.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 -0
- pulumi_aiven/_inputs.py +9174 -366
- pulumi_aiven/_utilities.py +1 -1
- pulumi_aiven/account.py +5 -0
- pulumi_aiven/account_authentication.py +5 -0
- pulumi_aiven/account_team.py +5 -0
- pulumi_aiven/account_team_member.py +5 -0
- pulumi_aiven/account_team_project.py +12 -7
- pulumi_aiven/aws_privatelink.py +5 -0
- pulumi_aiven/aws_vpc_peering_connection.py +5 -0
- pulumi_aiven/azure_privatelink.py +5 -0
- pulumi_aiven/azure_privatelink_connection_approval.py +5 -0
- pulumi_aiven/azure_vpc_peering_connection.py +5 -0
- pulumi_aiven/billing_group.py +5 -0
- pulumi_aiven/cassandra.py +5 -0
- pulumi_aiven/cassandra_user.py +5 -0
- pulumi_aiven/clickhouse.py +5 -0
- pulumi_aiven/clickhouse_database.py +5 -0
- pulumi_aiven/clickhouse_grant.py +5 -0
- pulumi_aiven/clickhouse_role.py +5 -0
- pulumi_aiven/clickhouse_user.py +5 -0
- pulumi_aiven/config/__init__.pyi +5 -0
- pulumi_aiven/config/vars.py +5 -0
- pulumi_aiven/connection_pool.py +5 -0
- pulumi_aiven/dragonfly.py +5 -0
- pulumi_aiven/flink.py +5 -0
- pulumi_aiven/flink_application.py +5 -0
- pulumi_aiven/flink_application_deployment.py +5 -0
- pulumi_aiven/flink_application_version.py +5 -0
- pulumi_aiven/gcp_privatelink.py +5 -0
- pulumi_aiven/gcp_privatelink_connection_approval.py +5 -0
- pulumi_aiven/gcp_vpc_peering_connection.py +5 -0
- pulumi_aiven/get_account.py +19 -4
- pulumi_aiven/get_account_authentication.py +30 -4
- pulumi_aiven/get_account_team.py +17 -4
- pulumi_aiven/get_account_team_member.py +19 -4
- pulumi_aiven/get_account_team_project.py +18 -5
- pulumi_aiven/get_aws_privatelink.py +17 -4
- pulumi_aiven/get_aws_vpc_peering_connection.py +21 -4
- pulumi_aiven/get_azure_privatelink.py +19 -4
- pulumi_aiven/get_azure_vpc_peering_connection.py +25 -4
- pulumi_aiven/get_billing_group.py +27 -4
- pulumi_aiven/get_cassanda.py +40 -4
- pulumi_aiven/get_cassandra.py +40 -4
- pulumi_aiven/get_cassandra_user.py +20 -4
- pulumi_aiven/get_clickhouse.py +40 -4
- pulumi_aiven/get_clickhouse_database.py +17 -4
- pulumi_aiven/get_clickhouse_user.py +19 -4
- pulumi_aiven/get_connection_pool.py +21 -4
- pulumi_aiven/get_dragonfly.py +40 -4
- pulumi_aiven/get_external_identity.py +18 -4
- pulumi_aiven/get_flink.py +40 -4
- pulumi_aiven/get_flink_application.py +21 -4
- pulumi_aiven/get_flink_application_version.py +26 -4
- pulumi_aiven/get_gcp_privatelink.py +17 -4
- pulumi_aiven/get_gcp_vpc_peering_connection.py +19 -4
- pulumi_aiven/get_grafana.py +40 -4
- pulumi_aiven/get_influx_db.py +40 -4
- pulumi_aiven/get_influxdb_database.py +17 -4
- pulumi_aiven/get_influxdb_user.py +20 -4
- pulumi_aiven/get_kafka.py +42 -4
- pulumi_aiven/get_kafka_acl.py +21 -4
- pulumi_aiven/get_kafka_connect.py +39 -4
- pulumi_aiven/get_kafka_connector.py +24 -4
- pulumi_aiven/get_kafka_mirror_maker.py +39 -4
- pulumi_aiven/get_kafka_schema.py +21 -5
- pulumi_aiven/get_kafka_schema_configuration.py +20 -5
- pulumi_aiven/get_kafka_schema_registry_acl.py +21 -4
- pulumi_aiven/get_kafka_topic.py +24 -5
- pulumi_aiven/get_kafka_user.py +20 -4
- pulumi_aiven/get_m3_aggregator.py +40 -4
- pulumi_aiven/get_m3_db.py +40 -4
- pulumi_aiven/get_m3db_user.py +18 -4
- pulumi_aiven/get_mirror_maker_replication_flow.py +29 -4
- pulumi_aiven/get_my_sql.py +40 -4
- pulumi_aiven/get_mysql_database.py +17 -4
- pulumi_aiven/get_mysql_user.py +21 -4
- pulumi_aiven/get_open_search.py +40 -4
- pulumi_aiven/get_open_search_acl_config.py +16 -4
- pulumi_aiven/get_open_search_acl_rule.py +20 -4
- pulumi_aiven/get_opensearch_security_plugin_config.py +18 -4
- pulumi_aiven/get_opensearch_user.py +18 -4
- pulumi_aiven/get_organization.py +16 -4
- pulumi_aiven/get_organization_application_user.py +17 -4
- pulumi_aiven/get_organization_user.py +17 -4
- pulumi_aiven/get_organization_user_group.py +18 -4
- pulumi_aiven/get_organization_user_list.py +121 -0
- pulumi_aiven/get_organizational_unit.py +16 -4
- pulumi_aiven/get_pg.py +40 -4
- pulumi_aiven/get_pg_database.py +19 -4
- pulumi_aiven/get_pg_user.py +21 -4
- pulumi_aiven/get_project.py +25 -4
- pulumi_aiven/get_project_user.py +17 -5
- pulumi_aiven/get_project_vpc.py +18 -4
- pulumi_aiven/get_redis.py +40 -4
- pulumi_aiven/get_redis_user.py +22 -4
- pulumi_aiven/get_service_component.py +26 -4
- pulumi_aiven/get_service_integration.py +35 -4
- pulumi_aiven/get_service_integration_endpoint.py +32 -4
- pulumi_aiven/get_thanos.py +60 -4
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +21 -4
- pulumi_aiven/get_valkey.py +40 -4
- pulumi_aiven/get_valkey_user.py +22 -4
- pulumi_aiven/grafana.py +5 -0
- pulumi_aiven/influx_db.py +5 -0
- pulumi_aiven/influxdb_database.py +5 -0
- pulumi_aiven/influxdb_user.py +5 -0
- pulumi_aiven/kafka.py +5 -0
- pulumi_aiven/kafka_acl.py +5 -0
- pulumi_aiven/kafka_connect.py +5 -0
- pulumi_aiven/kafka_connector.py +5 -0
- pulumi_aiven/kafka_mirror_maker.py +5 -0
- pulumi_aiven/kafka_schema.py +12 -7
- pulumi_aiven/kafka_schema_configuration.py +5 -0
- pulumi_aiven/kafka_schema_registry_acl.py +5 -0
- pulumi_aiven/kafka_topic.py +16 -9
- pulumi_aiven/kafka_user.py +5 -0
- pulumi_aiven/m3_aggregator.py +5 -0
- pulumi_aiven/m3_db.py +5 -0
- pulumi_aiven/m3db_user.py +5 -0
- pulumi_aiven/mirror_maker_replication_flow.py +5 -0
- pulumi_aiven/my_sql.py +5 -0
- pulumi_aiven/mysql_database.py +5 -0
- pulumi_aiven/mysql_user.py +5 -0
- pulumi_aiven/open_search.py +5 -0
- pulumi_aiven/open_search_acl_config.py +5 -0
- pulumi_aiven/open_search_acl_rule.py +5 -0
- pulumi_aiven/opensearch_security_plugin_config.py +5 -0
- pulumi_aiven/opensearch_user.py +5 -0
- pulumi_aiven/organization.py +5 -0
- pulumi_aiven/organization_application_user.py +5 -0
- pulumi_aiven/organization_application_user_token.py +5 -0
- pulumi_aiven/organization_group_project.py +12 -7
- pulumi_aiven/organization_permission.py +5 -0
- pulumi_aiven/organization_user.py +5 -0
- pulumi_aiven/organization_user_group.py +5 -0
- pulumi_aiven/organization_user_group_member.py +5 -0
- pulumi_aiven/organizational_unit.py +5 -0
- pulumi_aiven/outputs.py +1470 -2
- pulumi_aiven/pg.py +5 -0
- pulumi_aiven/pg_database.py +5 -0
- pulumi_aiven/pg_user.py +5 -0
- pulumi_aiven/project.py +6 -1
- pulumi_aiven/project_user.py +12 -7
- pulumi_aiven/project_vpc.py +5 -0
- pulumi_aiven/provider.py +5 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +5 -0
- pulumi_aiven/redis_user.py +5 -0
- pulumi_aiven/service_integration.py +5 -0
- pulumi_aiven/service_integration_endpoint.py +5 -0
- pulumi_aiven/static_ip.py +5 -0
- pulumi_aiven/thanos.py +55 -0
- pulumi_aiven/transit_gateway_vpc_attachment.py +5 -0
- pulumi_aiven/valkey.py +5 -0
- pulumi_aiven/valkey_user.py +5 -0
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.27.0.dist-info}/METADATA +3 -2
- pulumi_aiven-6.27.0.dist-info/RECORD +162 -0
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.27.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.26.0a1728566627.dist-info/RECORD +0 -161
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.27.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_m3_db.py
CHANGED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
|
|
@@ -437,9 +442,6 @@ def get_m3_db(project: Optional[str] = None,
|
|
|
437
442
|
tags=pulumi.get(__ret__, 'tags'),
|
|
438
443
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
439
444
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
@_utilities.lift_output_func(get_m3_db)
|
|
443
445
|
def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
|
|
444
446
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
445
447
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetM3DbResult]:
|
|
@@ -460,4 +462,38 @@ def get_m3_db_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
460
462
|
: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.
|
|
461
463
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
464
|
"""
|
|
463
|
-
|
|
465
|
+
__args__ = dict()
|
|
466
|
+
__args__['project'] = project
|
|
467
|
+
__args__['serviceName'] = service_name
|
|
468
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
469
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getM3Db:getM3Db', __args__, opts=opts, typ=GetM3DbResult)
|
|
470
|
+
return __ret__.apply(lambda __response__: GetM3DbResult(
|
|
471
|
+
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
472
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
473
|
+
components=pulumi.get(__response__, 'components'),
|
|
474
|
+
disk_space=pulumi.get(__response__, 'disk_space'),
|
|
475
|
+
disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
|
|
476
|
+
disk_space_default=pulumi.get(__response__, 'disk_space_default'),
|
|
477
|
+
disk_space_step=pulumi.get(__response__, 'disk_space_step'),
|
|
478
|
+
disk_space_used=pulumi.get(__response__, 'disk_space_used'),
|
|
479
|
+
id=pulumi.get(__response__, 'id'),
|
|
480
|
+
m3db_user_configs=pulumi.get(__response__, 'm3db_user_configs'),
|
|
481
|
+
m3dbs=pulumi.get(__response__, 'm3dbs'),
|
|
482
|
+
maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
|
|
483
|
+
maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
|
|
484
|
+
plan=pulumi.get(__response__, 'plan'),
|
|
485
|
+
project=pulumi.get(__response__, 'project'),
|
|
486
|
+
project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
|
|
487
|
+
service_host=pulumi.get(__response__, 'service_host'),
|
|
488
|
+
service_integrations=pulumi.get(__response__, 'service_integrations'),
|
|
489
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
490
|
+
service_password=pulumi.get(__response__, 'service_password'),
|
|
491
|
+
service_port=pulumi.get(__response__, 'service_port'),
|
|
492
|
+
service_type=pulumi.get(__response__, 'service_type'),
|
|
493
|
+
service_uri=pulumi.get(__response__, 'service_uri'),
|
|
494
|
+
service_username=pulumi.get(__response__, 'service_username'),
|
|
495
|
+
state=pulumi.get(__response__, 'state'),
|
|
496
|
+
static_ips=pulumi.get(__response__, 'static_ips'),
|
|
497
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
498
|
+
tech_emails=pulumi.get(__response__, 'tech_emails'),
|
|
499
|
+
termination_protection=pulumi.get(__response__, 'termination_protection')))
|
pulumi_aiven/get_m3db_user.py
CHANGED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -141,9 +146,6 @@ def get_m3db_user(project: Optional[str] = None,
|
|
|
141
146
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
142
147
|
type=pulumi.get(__ret__, 'type'),
|
|
143
148
|
username=pulumi.get(__ret__, 'username'))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
@_utilities.lift_output_func(get_m3db_user)
|
|
147
149
|
def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
148
150
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
149
151
|
username: Optional[pulumi.Input[str]] = None,
|
|
@@ -167,4 +169,16 @@ def get_m3db_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
167
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.
|
|
168
170
|
:param str username: Name of the M3DB service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
169
171
|
"""
|
|
170
|
-
|
|
172
|
+
__args__ = dict()
|
|
173
|
+
__args__['project'] = project
|
|
174
|
+
__args__['serviceName'] = service_name
|
|
175
|
+
__args__['username'] = username
|
|
176
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
177
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getM3dbUser:getM3dbUser', __args__, opts=opts, typ=GetM3dbUserResult)
|
|
178
|
+
return __ret__.apply(lambda __response__: GetM3dbUserResult(
|
|
179
|
+
id=pulumi.get(__response__, 'id'),
|
|
180
|
+
password=pulumi.get(__response__, 'password'),
|
|
181
|
+
project=pulumi.get(__response__, 'project'),
|
|
182
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
183
|
+
type=pulumi.get(__response__, 'type'),
|
|
184
|
+
username=pulumi.get(__response__, 'username')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -275,9 +280,6 @@ def get_mirror_maker_replication_flow(project: Optional[str] = None,
|
|
|
275
280
|
target_cluster=pulumi.get(__ret__, 'target_cluster'),
|
|
276
281
|
topics=pulumi.get(__ret__, 'topics'),
|
|
277
282
|
topics_blacklists=pulumi.get(__ret__, 'topics_blacklists'))
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
@_utilities.lift_output_func(get_mirror_maker_replication_flow)
|
|
281
283
|
def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]] = None,
|
|
282
284
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
283
285
|
source_cluster: Optional[pulumi.Input[str]] = None,
|
|
@@ -304,4 +306,27 @@ def get_mirror_maker_replication_flow_output(project: Optional[pulumi.Input[str]
|
|
|
304
306
|
:param str source_cluster: Source cluster alias. Maximum length: `128`.
|
|
305
307
|
:param str target_cluster: Target cluster alias. Maximum length: `128`.
|
|
306
308
|
"""
|
|
307
|
-
|
|
309
|
+
__args__ = dict()
|
|
310
|
+
__args__['project'] = project
|
|
311
|
+
__args__['serviceName'] = service_name
|
|
312
|
+
__args__['sourceCluster'] = source_cluster
|
|
313
|
+
__args__['targetCluster'] = target_cluster
|
|
314
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
315
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getMirrorMakerReplicationFlow:getMirrorMakerReplicationFlow', __args__, opts=opts, typ=GetMirrorMakerReplicationFlowResult)
|
|
316
|
+
return __ret__.apply(lambda __response__: GetMirrorMakerReplicationFlowResult(
|
|
317
|
+
config_properties_excludes=pulumi.get(__response__, 'config_properties_excludes'),
|
|
318
|
+
emit_backward_heartbeats_enabled=pulumi.get(__response__, 'emit_backward_heartbeats_enabled'),
|
|
319
|
+
emit_heartbeats_enabled=pulumi.get(__response__, 'emit_heartbeats_enabled'),
|
|
320
|
+
enable=pulumi.get(__response__, 'enable'),
|
|
321
|
+
id=pulumi.get(__response__, 'id'),
|
|
322
|
+
offset_syncs_topic_location=pulumi.get(__response__, 'offset_syncs_topic_location'),
|
|
323
|
+
project=pulumi.get(__response__, 'project'),
|
|
324
|
+
replication_factor=pulumi.get(__response__, 'replication_factor'),
|
|
325
|
+
replication_policy_class=pulumi.get(__response__, 'replication_policy_class'),
|
|
326
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
327
|
+
source_cluster=pulumi.get(__response__, 'source_cluster'),
|
|
328
|
+
sync_group_offsets_enabled=pulumi.get(__response__, 'sync_group_offsets_enabled'),
|
|
329
|
+
sync_group_offsets_interval_seconds=pulumi.get(__response__, 'sync_group_offsets_interval_seconds'),
|
|
330
|
+
target_cluster=pulumi.get(__response__, 'target_cluster'),
|
|
331
|
+
topics=pulumi.get(__response__, 'topics'),
|
|
332
|
+
topics_blacklists=pulumi.get(__response__, 'topics_blacklists')))
|
pulumi_aiven/get_my_sql.py
CHANGED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
|
|
@@ -437,9 +442,6 @@ def get_my_sql(project: Optional[str] = None,
|
|
|
437
442
|
tags=pulumi.get(__ret__, 'tags'),
|
|
438
443
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
439
444
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
@_utilities.lift_output_func(get_my_sql)
|
|
443
445
|
def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
|
|
444
446
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
445
447
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMySqlResult]:
|
|
@@ -460,4 +462,38 @@ def get_my_sql_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
460
462
|
: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.
|
|
461
463
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
464
|
"""
|
|
463
|
-
|
|
465
|
+
__args__ = dict()
|
|
466
|
+
__args__['project'] = project
|
|
467
|
+
__args__['serviceName'] = service_name
|
|
468
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
469
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getMySql:getMySql', __args__, opts=opts, typ=GetMySqlResult)
|
|
470
|
+
return __ret__.apply(lambda __response__: GetMySqlResult(
|
|
471
|
+
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
472
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
473
|
+
components=pulumi.get(__response__, 'components'),
|
|
474
|
+
disk_space=pulumi.get(__response__, 'disk_space'),
|
|
475
|
+
disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
|
|
476
|
+
disk_space_default=pulumi.get(__response__, 'disk_space_default'),
|
|
477
|
+
disk_space_step=pulumi.get(__response__, 'disk_space_step'),
|
|
478
|
+
disk_space_used=pulumi.get(__response__, 'disk_space_used'),
|
|
479
|
+
id=pulumi.get(__response__, 'id'),
|
|
480
|
+
maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
|
|
481
|
+
maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
|
|
482
|
+
mysql_user_configs=pulumi.get(__response__, 'mysql_user_configs'),
|
|
483
|
+
mysqls=pulumi.get(__response__, 'mysqls'),
|
|
484
|
+
plan=pulumi.get(__response__, 'plan'),
|
|
485
|
+
project=pulumi.get(__response__, 'project'),
|
|
486
|
+
project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
|
|
487
|
+
service_host=pulumi.get(__response__, 'service_host'),
|
|
488
|
+
service_integrations=pulumi.get(__response__, 'service_integrations'),
|
|
489
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
490
|
+
service_password=pulumi.get(__response__, 'service_password'),
|
|
491
|
+
service_port=pulumi.get(__response__, 'service_port'),
|
|
492
|
+
service_type=pulumi.get(__response__, 'service_type'),
|
|
493
|
+
service_uri=pulumi.get(__response__, 'service_uri'),
|
|
494
|
+
service_username=pulumi.get(__response__, 'service_username'),
|
|
495
|
+
state=pulumi.get(__response__, 'state'),
|
|
496
|
+
static_ips=pulumi.get(__response__, 'static_ips'),
|
|
497
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
498
|
+
tech_emails=pulumi.get(__response__, 'tech_emails'),
|
|
499
|
+
termination_protection=pulumi.get(__response__, 'termination_protection')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -125,9 +130,6 @@ def get_mysql_database(database_name: Optional[str] = None,
|
|
|
125
130
|
project=pulumi.get(__ret__, 'project'),
|
|
126
131
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
127
132
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
@_utilities.lift_output_func(get_mysql_database)
|
|
131
133
|
def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
132
134
|
project: Optional[pulumi.Input[str]] = None,
|
|
133
135
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -151,4 +153,15 @@ def get_mysql_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
151
153
|
: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.
|
|
152
154
|
: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.
|
|
153
155
|
"""
|
|
154
|
-
|
|
156
|
+
__args__ = dict()
|
|
157
|
+
__args__['databaseName'] = database_name
|
|
158
|
+
__args__['project'] = project
|
|
159
|
+
__args__['serviceName'] = service_name
|
|
160
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
161
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getMysqlDatabase:getMysqlDatabase', __args__, opts=opts, typ=GetMysqlDatabaseResult)
|
|
162
|
+
return __ret__.apply(lambda __response__: GetMysqlDatabaseResult(
|
|
163
|
+
database_name=pulumi.get(__response__, 'database_name'),
|
|
164
|
+
id=pulumi.get(__response__, 'id'),
|
|
165
|
+
project=pulumi.get(__response__, 'project'),
|
|
166
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
167
|
+
termination_protection=pulumi.get(__response__, 'termination_protection')))
|
pulumi_aiven/get_mysql_user.py
CHANGED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -180,9 +185,6 @@ def get_mysql_user(project: Optional[str] = None,
|
|
|
180
185
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
181
186
|
type=pulumi.get(__ret__, 'type'),
|
|
182
187
|
username=pulumi.get(__ret__, 'username'))
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
@_utilities.lift_output_func(get_mysql_user)
|
|
186
188
|
def get_mysql_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
187
189
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
188
190
|
username: Optional[pulumi.Input[str]] = None,
|
|
@@ -206,4 +208,19 @@ def get_mysql_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
206
208
|
: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.
|
|
207
209
|
:param str username: The actual name of the MySQL User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
208
210
|
"""
|
|
209
|
-
|
|
211
|
+
__args__ = dict()
|
|
212
|
+
__args__['project'] = project
|
|
213
|
+
__args__['serviceName'] = service_name
|
|
214
|
+
__args__['username'] = username
|
|
215
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
216
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getMysqlUser:getMysqlUser', __args__, opts=opts, typ=GetMysqlUserResult)
|
|
217
|
+
return __ret__.apply(lambda __response__: GetMysqlUserResult(
|
|
218
|
+
access_cert=pulumi.get(__response__, 'access_cert'),
|
|
219
|
+
access_key=pulumi.get(__response__, 'access_key'),
|
|
220
|
+
authentication=pulumi.get(__response__, 'authentication'),
|
|
221
|
+
id=pulumi.get(__response__, 'id'),
|
|
222
|
+
password=pulumi.get(__response__, 'password'),
|
|
223
|
+
project=pulumi.get(__response__, 'project'),
|
|
224
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
225
|
+
type=pulumi.get(__response__, 'type'),
|
|
226
|
+
username=pulumi.get(__response__, 'username')))
|
pulumi_aiven/get_open_search.py
CHANGED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
from . import outputs
|
|
12
17
|
|
|
@@ -437,9 +442,6 @@ def get_open_search(project: Optional[str] = None,
|
|
|
437
442
|
tags=pulumi.get(__ret__, 'tags'),
|
|
438
443
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
439
444
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
@_utilities.lift_output_func(get_open_search)
|
|
443
445
|
def get_open_search_output(project: Optional[pulumi.Input[str]] = None,
|
|
444
446
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
445
447
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOpenSearchResult]:
|
|
@@ -460,4 +462,38 @@ def get_open_search_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
460
462
|
: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.
|
|
461
463
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
464
|
"""
|
|
463
|
-
|
|
465
|
+
__args__ = dict()
|
|
466
|
+
__args__['project'] = project
|
|
467
|
+
__args__['serviceName'] = service_name
|
|
468
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
469
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOpenSearch:getOpenSearch', __args__, opts=opts, typ=GetOpenSearchResult)
|
|
470
|
+
return __ret__.apply(lambda __response__: GetOpenSearchResult(
|
|
471
|
+
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
472
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
473
|
+
components=pulumi.get(__response__, 'components'),
|
|
474
|
+
disk_space=pulumi.get(__response__, 'disk_space'),
|
|
475
|
+
disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
|
|
476
|
+
disk_space_default=pulumi.get(__response__, 'disk_space_default'),
|
|
477
|
+
disk_space_step=pulumi.get(__response__, 'disk_space_step'),
|
|
478
|
+
disk_space_used=pulumi.get(__response__, 'disk_space_used'),
|
|
479
|
+
id=pulumi.get(__response__, 'id'),
|
|
480
|
+
maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
|
|
481
|
+
maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
|
|
482
|
+
opensearch_user_configs=pulumi.get(__response__, 'opensearch_user_configs'),
|
|
483
|
+
opensearches=pulumi.get(__response__, 'opensearches'),
|
|
484
|
+
plan=pulumi.get(__response__, 'plan'),
|
|
485
|
+
project=pulumi.get(__response__, 'project'),
|
|
486
|
+
project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
|
|
487
|
+
service_host=pulumi.get(__response__, 'service_host'),
|
|
488
|
+
service_integrations=pulumi.get(__response__, 'service_integrations'),
|
|
489
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
490
|
+
service_password=pulumi.get(__response__, 'service_password'),
|
|
491
|
+
service_port=pulumi.get(__response__, 'service_port'),
|
|
492
|
+
service_type=pulumi.get(__response__, 'service_type'),
|
|
493
|
+
service_uri=pulumi.get(__response__, 'service_uri'),
|
|
494
|
+
service_username=pulumi.get(__response__, 'service_username'),
|
|
495
|
+
state=pulumi.get(__response__, 'state'),
|
|
496
|
+
static_ips=pulumi.get(__response__, 'static_ips'),
|
|
497
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
498
|
+
tech_emails=pulumi.get(__response__, 'tech_emails'),
|
|
499
|
+
termination_protection=pulumi.get(__response__, 'termination_protection')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -124,9 +129,6 @@ def get_open_search_acl_config(project: Optional[str] = None,
|
|
|
124
129
|
id=pulumi.get(__ret__, 'id'),
|
|
125
130
|
project=pulumi.get(__ret__, 'project'),
|
|
126
131
|
service_name=pulumi.get(__ret__, 'service_name'))
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
@_utilities.lift_output_func(get_open_search_acl_config)
|
|
130
132
|
def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = None,
|
|
131
133
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
132
134
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOpenSearchAclConfigResult]:
|
|
@@ -147,4 +149,14 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
|
|
|
147
149
|
: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.
|
|
148
150
|
: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.
|
|
149
151
|
"""
|
|
150
|
-
|
|
152
|
+
__args__ = dict()
|
|
153
|
+
__args__['project'] = project
|
|
154
|
+
__args__['serviceName'] = service_name
|
|
155
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
156
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOpenSearchAclConfig:getOpenSearchAclConfig', __args__, opts=opts, typ=GetOpenSearchAclConfigResult)
|
|
157
|
+
return __ret__.apply(lambda __response__: GetOpenSearchAclConfigResult(
|
|
158
|
+
enabled=pulumi.get(__response__, 'enabled'),
|
|
159
|
+
extended_acl=pulumi.get(__response__, 'extended_acl'),
|
|
160
|
+
id=pulumi.get(__response__, 'id'),
|
|
161
|
+
project=pulumi.get(__response__, 'project'),
|
|
162
|
+
service_name=pulumi.get(__response__, 'service_name')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -148,9 +153,6 @@ def get_open_search_acl_rule(index: Optional[str] = None,
|
|
|
148
153
|
project=pulumi.get(__ret__, 'project'),
|
|
149
154
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
150
155
|
username=pulumi.get(__ret__, 'username'))
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
@_utilities.lift_output_func(get_open_search_acl_rule)
|
|
154
156
|
def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
155
157
|
permission: Optional[pulumi.Input[str]] = None,
|
|
156
158
|
project: Optional[pulumi.Input[str]] = None,
|
|
@@ -179,4 +181,18 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
|
179
181
|
: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.
|
|
180
182
|
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
181
183
|
"""
|
|
182
|
-
|
|
184
|
+
__args__ = dict()
|
|
185
|
+
__args__['index'] = index
|
|
186
|
+
__args__['permission'] = permission
|
|
187
|
+
__args__['project'] = project
|
|
188
|
+
__args__['serviceName'] = service_name
|
|
189
|
+
__args__['username'] = username
|
|
190
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
191
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOpenSearchAclRule:getOpenSearchAclRule', __args__, opts=opts, typ=GetOpenSearchAclRuleResult)
|
|
192
|
+
return __ret__.apply(lambda __response__: GetOpenSearchAclRuleResult(
|
|
193
|
+
id=pulumi.get(__response__, 'id'),
|
|
194
|
+
index=pulumi.get(__response__, 'index'),
|
|
195
|
+
permission=pulumi.get(__response__, 'permission'),
|
|
196
|
+
project=pulumi.get(__response__, 'project'),
|
|
197
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
198
|
+
username=pulumi.get(__response__, 'username')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -150,9 +155,6 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
|
|
|
150
155
|
id=pulumi.get(__ret__, 'id'),
|
|
151
156
|
project=pulumi.get(__ret__, 'project'),
|
|
152
157
|
service_name=pulumi.get(__ret__, 'service_name'))
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
@_utilities.lift_output_func(get_opensearch_security_plugin_config)
|
|
156
158
|
def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[str]] = None,
|
|
157
159
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
158
160
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOpensearchSecurityPluginConfigResult]:
|
|
@@ -173,4 +175,16 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
|
|
|
173
175
|
: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.
|
|
174
176
|
: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.
|
|
175
177
|
"""
|
|
176
|
-
|
|
178
|
+
__args__ = dict()
|
|
179
|
+
__args__['project'] = project
|
|
180
|
+
__args__['serviceName'] = service_name
|
|
181
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
182
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOpensearchSecurityPluginConfig:getOpensearchSecurityPluginConfig', __args__, opts=opts, typ=GetOpensearchSecurityPluginConfigResult)
|
|
183
|
+
return __ret__.apply(lambda __response__: GetOpensearchSecurityPluginConfigResult(
|
|
184
|
+
admin_enabled=pulumi.get(__response__, 'admin_enabled'),
|
|
185
|
+
admin_password=pulumi.get(__response__, 'admin_password'),
|
|
186
|
+
available=pulumi.get(__response__, 'available'),
|
|
187
|
+
enabled=pulumi.get(__response__, 'enabled'),
|
|
188
|
+
id=pulumi.get(__response__, 'id'),
|
|
189
|
+
project=pulumi.get(__response__, 'project'),
|
|
190
|
+
service_name=pulumi.get(__response__, 'service_name')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -141,9 +146,6 @@ def get_opensearch_user(project: Optional[str] = None,
|
|
|
141
146
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
142
147
|
type=pulumi.get(__ret__, 'type'),
|
|
143
148
|
username=pulumi.get(__ret__, 'username'))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
@_utilities.lift_output_func(get_opensearch_user)
|
|
147
149
|
def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
148
150
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
149
151
|
username: Optional[pulumi.Input[str]] = None,
|
|
@@ -167,4 +169,16 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
167
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.
|
|
168
170
|
:param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
169
171
|
"""
|
|
170
|
-
|
|
172
|
+
__args__ = dict()
|
|
173
|
+
__args__['project'] = project
|
|
174
|
+
__args__['serviceName'] = service_name
|
|
175
|
+
__args__['username'] = username
|
|
176
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
177
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOpensearchUser:getOpensearchUser', __args__, opts=opts, typ=GetOpensearchUserResult)
|
|
178
|
+
return __ret__.apply(lambda __response__: GetOpensearchUserResult(
|
|
179
|
+
id=pulumi.get(__response__, 'id'),
|
|
180
|
+
password=pulumi.get(__response__, 'password'),
|
|
181
|
+
project=pulumi.get(__response__, 'project'),
|
|
182
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
183
|
+
type=pulumi.get(__response__, 'type'),
|
|
184
|
+
username=pulumi.get(__response__, 'username')))
|
pulumi_aiven/get_organization.py
CHANGED
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -123,9 +128,6 @@ def get_organization(id: Optional[str] = None,
|
|
|
123
128
|
name=pulumi.get(__ret__, 'name'),
|
|
124
129
|
tenant_id=pulumi.get(__ret__, 'tenant_id'),
|
|
125
130
|
update_time=pulumi.get(__ret__, 'update_time'))
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
@_utilities.lift_output_func(get_organization)
|
|
129
131
|
def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
130
132
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
131
133
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationResult]:
|
|
@@ -145,4 +147,14 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
145
147
|
:param str id: ID of the organization.
|
|
146
148
|
:param str name: Name of the organization.
|
|
147
149
|
"""
|
|
148
|
-
|
|
150
|
+
__args__ = dict()
|
|
151
|
+
__args__['id'] = id
|
|
152
|
+
__args__['name'] = name
|
|
153
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
154
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganization:getOrganization', __args__, opts=opts, typ=GetOrganizationResult)
|
|
155
|
+
return __ret__.apply(lambda __response__: GetOrganizationResult(
|
|
156
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
|
157
|
+
id=pulumi.get(__response__, 'id'),
|
|
158
|
+
name=pulumi.get(__response__, 'name'),
|
|
159
|
+
tenant_id=pulumi.get(__response__, 'tenant_id'),
|
|
160
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -137,9 +142,6 @@ def get_organization_application_user(organization_id: Optional[str] = None,
|
|
|
137
142
|
name=pulumi.get(__ret__, 'name'),
|
|
138
143
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
139
144
|
user_id=pulumi.get(__ret__, 'user_id'))
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
@_utilities.lift_output_func(get_organization_application_user)
|
|
143
145
|
def get_organization_application_user_output(organization_id: Optional[pulumi.Input[str]] = None,
|
|
144
146
|
user_id: Optional[pulumi.Input[str]] = None,
|
|
145
147
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationApplicationUserResult]:
|
|
@@ -160,4 +162,15 @@ def get_organization_application_user_output(organization_id: Optional[pulumi.In
|
|
|
160
162
|
:param str organization_id: The ID of the organization the application user belongs to.
|
|
161
163
|
:param str user_id: The ID of the application user.
|
|
162
164
|
"""
|
|
163
|
-
|
|
165
|
+
__args__ = dict()
|
|
166
|
+
__args__['organizationId'] = organization_id
|
|
167
|
+
__args__['userId'] = user_id
|
|
168
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
169
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganizationApplicationUser:getOrganizationApplicationUser', __args__, opts=opts, typ=GetOrganizationApplicationUserResult)
|
|
170
|
+
return __ret__.apply(lambda __response__: GetOrganizationApplicationUserResult(
|
|
171
|
+
email=pulumi.get(__response__, 'email'),
|
|
172
|
+
id=pulumi.get(__response__, 'id'),
|
|
173
|
+
is_super_admin=pulumi.get(__response__, 'is_super_admin'),
|
|
174
|
+
name=pulumi.get(__response__, 'name'),
|
|
175
|
+
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
176
|
+
user_id=pulumi.get(__response__, 'user_id')))
|