pulumi-aiven 6.26.0a1728566627__py3-none-any.whl → 6.26.1__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/_inputs.py +8165 -285
- 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 +5 -0
- 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 +17 -4
- 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 +20 -4
- pulumi_aiven/get_kafka_schema_configuration.py +19 -4
- pulumi_aiven/get_kafka_schema_registry_acl.py +21 -4
- pulumi_aiven/get_kafka_topic.py +23 -4
- 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_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 +16 -4
- 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 +40 -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 +5 -0
- pulumi_aiven/kafka_schema_configuration.py +5 -0
- pulumi_aiven/kafka_schema_registry_acl.py +5 -0
- pulumi_aiven/kafka_topic.py +5 -0
- 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 +5 -0
- 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 +5 -0
- pulumi_aiven/pg.py +5 -0
- pulumi_aiven/pg_database.py +5 -0
- pulumi_aiven/pg_user.py +5 -0
- pulumi_aiven/project.py +5 -0
- pulumi_aiven/project_user.py +5 -0
- 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 +5 -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.26.1.dist-info}/METADATA +3 -2
- pulumi_aiven-6.26.1.dist-info/RECORD +161 -0
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.26.1.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.26.1.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_kafka_acl.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__ = [
|
|
@@ -162,9 +167,6 @@ def get_kafka_acl(permission: Optional[str] = None,
|
|
|
162
167
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
163
168
|
topic=pulumi.get(__ret__, 'topic'),
|
|
164
169
|
username=pulumi.get(__ret__, 'username'))
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
@_utilities.lift_output_func(get_kafka_acl)
|
|
168
170
|
def get_kafka_acl_output(permission: Optional[pulumi.Input[str]] = None,
|
|
169
171
|
project: Optional[pulumi.Input[str]] = None,
|
|
170
172
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -194,4 +196,19 @@ def get_kafka_acl_output(permission: Optional[pulumi.Input[str]] = None,
|
|
|
194
196
|
:param str topic: Topics that the permissions apply to. Changing this property forces recreation of the resource.
|
|
195
197
|
:param str username: Usernames to grant permissions to. Changing this property forces recreation of the resource.
|
|
196
198
|
"""
|
|
197
|
-
|
|
199
|
+
__args__ = dict()
|
|
200
|
+
__args__['permission'] = permission
|
|
201
|
+
__args__['project'] = project
|
|
202
|
+
__args__['serviceName'] = service_name
|
|
203
|
+
__args__['topic'] = topic
|
|
204
|
+
__args__['username'] = username
|
|
205
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
206
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getKafkaAcl:getKafkaAcl', __args__, opts=opts, typ=GetKafkaAclResult)
|
|
207
|
+
return __ret__.apply(lambda __response__: GetKafkaAclResult(
|
|
208
|
+
acl_id=pulumi.get(__response__, 'acl_id'),
|
|
209
|
+
id=pulumi.get(__response__, 'id'),
|
|
210
|
+
permission=pulumi.get(__response__, 'permission'),
|
|
211
|
+
project=pulumi.get(__response__, 'project'),
|
|
212
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
213
|
+
topic=pulumi.get(__response__, 'topic'),
|
|
214
|
+
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
|
from . import outputs
|
|
12
17
|
|
|
@@ -424,9 +429,6 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
424
429
|
tags=pulumi.get(__ret__, 'tags'),
|
|
425
430
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
426
431
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
@_utilities.lift_output_func(get_kafka_connect)
|
|
430
432
|
def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
|
|
431
433
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
432
434
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKafkaConnectResult]:
|
|
@@ -447,4 +449,37 @@ def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
447
449
|
: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.
|
|
448
450
|
: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.
|
|
449
451
|
"""
|
|
450
|
-
|
|
452
|
+
__args__ = dict()
|
|
453
|
+
__args__['project'] = project
|
|
454
|
+
__args__['serviceName'] = service_name
|
|
455
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
456
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getKafkaConnect:getKafkaConnect', __args__, opts=opts, typ=GetKafkaConnectResult)
|
|
457
|
+
return __ret__.apply(lambda __response__: GetKafkaConnectResult(
|
|
458
|
+
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
459
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
460
|
+
components=pulumi.get(__response__, 'components'),
|
|
461
|
+
disk_space=pulumi.get(__response__, 'disk_space'),
|
|
462
|
+
disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
|
|
463
|
+
disk_space_default=pulumi.get(__response__, 'disk_space_default'),
|
|
464
|
+
disk_space_step=pulumi.get(__response__, 'disk_space_step'),
|
|
465
|
+
disk_space_used=pulumi.get(__response__, 'disk_space_used'),
|
|
466
|
+
id=pulumi.get(__response__, 'id'),
|
|
467
|
+
kafka_connect_user_configs=pulumi.get(__response__, 'kafka_connect_user_configs'),
|
|
468
|
+
maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
|
|
469
|
+
maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
|
|
470
|
+
plan=pulumi.get(__response__, 'plan'),
|
|
471
|
+
project=pulumi.get(__response__, 'project'),
|
|
472
|
+
project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
|
|
473
|
+
service_host=pulumi.get(__response__, 'service_host'),
|
|
474
|
+
service_integrations=pulumi.get(__response__, 'service_integrations'),
|
|
475
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
476
|
+
service_password=pulumi.get(__response__, 'service_password'),
|
|
477
|
+
service_port=pulumi.get(__response__, 'service_port'),
|
|
478
|
+
service_type=pulumi.get(__response__, 'service_type'),
|
|
479
|
+
service_uri=pulumi.get(__response__, 'service_uri'),
|
|
480
|
+
service_username=pulumi.get(__response__, 'service_username'),
|
|
481
|
+
state=pulumi.get(__response__, 'state'),
|
|
482
|
+
static_ips=pulumi.get(__response__, 'static_ips'),
|
|
483
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
484
|
+
tech_emails=pulumi.get(__response__, 'tech_emails'),
|
|
485
|
+
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
|
from . import outputs
|
|
12
17
|
|
|
@@ -220,9 +225,6 @@ def get_kafka_connector(connector_name: Optional[str] = None,
|
|
|
220
225
|
project=pulumi.get(__ret__, 'project'),
|
|
221
226
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
222
227
|
tasks=pulumi.get(__ret__, 'tasks'))
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
@_utilities.lift_output_func(get_kafka_connector)
|
|
226
228
|
def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = None,
|
|
227
229
|
project: Optional[pulumi.Input[str]] = None,
|
|
228
230
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -246,4 +248,22 @@ def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = Non
|
|
|
246
248
|
: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.
|
|
247
249
|
: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.
|
|
248
250
|
"""
|
|
249
|
-
|
|
251
|
+
__args__ = dict()
|
|
252
|
+
__args__['connectorName'] = connector_name
|
|
253
|
+
__args__['project'] = project
|
|
254
|
+
__args__['serviceName'] = service_name
|
|
255
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
256
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getKafkaConnector:getKafkaConnector', __args__, opts=opts, typ=GetKafkaConnectorResult)
|
|
257
|
+
return __ret__.apply(lambda __response__: GetKafkaConnectorResult(
|
|
258
|
+
config=pulumi.get(__response__, 'config'),
|
|
259
|
+
connector_name=pulumi.get(__response__, 'connector_name'),
|
|
260
|
+
id=pulumi.get(__response__, 'id'),
|
|
261
|
+
plugin_author=pulumi.get(__response__, 'plugin_author'),
|
|
262
|
+
plugin_class=pulumi.get(__response__, 'plugin_class'),
|
|
263
|
+
plugin_doc_url=pulumi.get(__response__, 'plugin_doc_url'),
|
|
264
|
+
plugin_title=pulumi.get(__response__, 'plugin_title'),
|
|
265
|
+
plugin_type=pulumi.get(__response__, 'plugin_type'),
|
|
266
|
+
plugin_version=pulumi.get(__response__, 'plugin_version'),
|
|
267
|
+
project=pulumi.get(__response__, 'project'),
|
|
268
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
269
|
+
tasks=pulumi.get(__response__, 'tasks')))
|
|
@@ -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
|
|
|
@@ -424,9 +429,6 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
|
|
|
424
429
|
tags=pulumi.get(__ret__, 'tags'),
|
|
425
430
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
426
431
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
@_utilities.lift_output_func(get_kafka_mirror_maker)
|
|
430
432
|
def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[str]] = None,
|
|
431
433
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
432
434
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKafkaMirrorMakerResult]:
|
|
@@ -447,4 +449,37 @@ def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
447
449
|
: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.
|
|
448
450
|
: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.
|
|
449
451
|
"""
|
|
450
|
-
|
|
452
|
+
__args__ = dict()
|
|
453
|
+
__args__['project'] = project
|
|
454
|
+
__args__['serviceName'] = service_name
|
|
455
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
456
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getKafkaMirrorMaker:getKafkaMirrorMaker', __args__, opts=opts, typ=GetKafkaMirrorMakerResult)
|
|
457
|
+
return __ret__.apply(lambda __response__: GetKafkaMirrorMakerResult(
|
|
458
|
+
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
459
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
460
|
+
components=pulumi.get(__response__, 'components'),
|
|
461
|
+
disk_space=pulumi.get(__response__, 'disk_space'),
|
|
462
|
+
disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
|
|
463
|
+
disk_space_default=pulumi.get(__response__, 'disk_space_default'),
|
|
464
|
+
disk_space_step=pulumi.get(__response__, 'disk_space_step'),
|
|
465
|
+
disk_space_used=pulumi.get(__response__, 'disk_space_used'),
|
|
466
|
+
id=pulumi.get(__response__, 'id'),
|
|
467
|
+
kafka_mirrormaker_user_configs=pulumi.get(__response__, 'kafka_mirrormaker_user_configs'),
|
|
468
|
+
maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
|
|
469
|
+
maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
|
|
470
|
+
plan=pulumi.get(__response__, 'plan'),
|
|
471
|
+
project=pulumi.get(__response__, 'project'),
|
|
472
|
+
project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
|
|
473
|
+
service_host=pulumi.get(__response__, 'service_host'),
|
|
474
|
+
service_integrations=pulumi.get(__response__, 'service_integrations'),
|
|
475
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
476
|
+
service_password=pulumi.get(__response__, 'service_password'),
|
|
477
|
+
service_port=pulumi.get(__response__, 'service_port'),
|
|
478
|
+
service_type=pulumi.get(__response__, 'service_type'),
|
|
479
|
+
service_uri=pulumi.get(__response__, 'service_uri'),
|
|
480
|
+
service_username=pulumi.get(__response__, 'service_username'),
|
|
481
|
+
state=pulumi.get(__response__, 'state'),
|
|
482
|
+
static_ips=pulumi.get(__response__, 'static_ips'),
|
|
483
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
484
|
+
tech_emails=pulumi.get(__response__, 'tech_emails'),
|
|
485
|
+
termination_protection=pulumi.get(__response__, 'termination_protection')))
|
pulumi_aiven/get_kafka_schema.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__ = [
|
|
@@ -166,9 +171,6 @@ def get_kafka_schema(project: Optional[str] = None,
|
|
|
166
171
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
167
172
|
subject_name=pulumi.get(__ret__, 'subject_name'),
|
|
168
173
|
version=pulumi.get(__ret__, 'version'))
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
@_utilities.lift_output_func(get_kafka_schema)
|
|
172
174
|
def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
|
|
173
175
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
174
176
|
subject_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -191,4 +193,18 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
191
193
|
: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.
|
|
192
194
|
:param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
193
195
|
"""
|
|
194
|
-
|
|
196
|
+
__args__ = dict()
|
|
197
|
+
__args__['project'] = project
|
|
198
|
+
__args__['serviceName'] = service_name
|
|
199
|
+
__args__['subjectName'] = subject_name
|
|
200
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
201
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getKafkaSchema:getKafkaSchema', __args__, opts=opts, typ=GetKafkaSchemaResult)
|
|
202
|
+
return __ret__.apply(lambda __response__: GetKafkaSchemaResult(
|
|
203
|
+
compatibility_level=pulumi.get(__response__, 'compatibility_level'),
|
|
204
|
+
id=pulumi.get(__response__, 'id'),
|
|
205
|
+
project=pulumi.get(__response__, 'project'),
|
|
206
|
+
schema=pulumi.get(__response__, 'schema'),
|
|
207
|
+
schema_type=pulumi.get(__response__, 'schema_type'),
|
|
208
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
209
|
+
subject_name=pulumi.get(__response__, 'subject_name'),
|
|
210
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -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__ = [
|
|
@@ -165,9 +170,6 @@ def get_kafka_schema_configuration(project: Optional[str] = None,
|
|
|
165
170
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
166
171
|
subject_name=pulumi.get(__ret__, 'subject_name'),
|
|
167
172
|
version=pulumi.get(__ret__, 'version'))
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
@_utilities.lift_output_func(get_kafka_schema_configuration)
|
|
171
173
|
def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] = None,
|
|
172
174
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
173
175
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKafkaSchemaConfigurationResult]:
|
|
@@ -190,4 +192,17 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] =
|
|
|
190
192
|
: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.
|
|
191
193
|
: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.
|
|
192
194
|
"""
|
|
193
|
-
|
|
195
|
+
__args__ = dict()
|
|
196
|
+
__args__['project'] = project
|
|
197
|
+
__args__['serviceName'] = service_name
|
|
198
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
199
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getKafkaSchemaConfiguration:getKafkaSchemaConfiguration', __args__, opts=opts, typ=GetKafkaSchemaConfigurationResult)
|
|
200
|
+
return __ret__.apply(lambda __response__: GetKafkaSchemaConfigurationResult(
|
|
201
|
+
compatibility_level=pulumi.get(__response__, 'compatibility_level'),
|
|
202
|
+
id=pulumi.get(__response__, 'id'),
|
|
203
|
+
project=pulumi.get(__response__, 'project'),
|
|
204
|
+
schema=pulumi.get(__response__, 'schema'),
|
|
205
|
+
schema_type=pulumi.get(__response__, 'schema_type'),
|
|
206
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
207
|
+
subject_name=pulumi.get(__response__, 'subject_name'),
|
|
208
|
+
version=pulumi.get(__response__, 'version')))
|
|
@@ -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__ = [
|
|
@@ -149,9 +154,6 @@ def get_kafka_schema_registry_acl(permission: Optional[str] = None,
|
|
|
149
154
|
resource=pulumi.get(__ret__, 'resource'),
|
|
150
155
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
151
156
|
username=pulumi.get(__ret__, 'username'))
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
@_utilities.lift_output_func(get_kafka_schema_registry_acl)
|
|
155
157
|
def get_kafka_schema_registry_acl_output(permission: Optional[pulumi.Input[str]] = None,
|
|
156
158
|
project: Optional[pulumi.Input[str]] = None,
|
|
157
159
|
resource: Optional[pulumi.Input[str]] = None,
|
|
@@ -168,4 +170,19 @@ def get_kafka_schema_registry_acl_output(permission: Optional[pulumi.Input[str]]
|
|
|
168
170
|
: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.
|
|
169
171
|
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
170
172
|
"""
|
|
171
|
-
|
|
173
|
+
__args__ = dict()
|
|
174
|
+
__args__['permission'] = permission
|
|
175
|
+
__args__['project'] = project
|
|
176
|
+
__args__['resource'] = resource
|
|
177
|
+
__args__['serviceName'] = service_name
|
|
178
|
+
__args__['username'] = username
|
|
179
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
180
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getKafkaSchemaRegistryAcl:getKafkaSchemaRegistryAcl', __args__, opts=opts, typ=GetKafkaSchemaRegistryAclResult)
|
|
181
|
+
return __ret__.apply(lambda __response__: GetKafkaSchemaRegistryAclResult(
|
|
182
|
+
acl_id=pulumi.get(__response__, 'acl_id'),
|
|
183
|
+
id=pulumi.get(__response__, 'id'),
|
|
184
|
+
permission=pulumi.get(__response__, 'permission'),
|
|
185
|
+
project=pulumi.get(__response__, 'project'),
|
|
186
|
+
resource=pulumi.get(__response__, 'resource'),
|
|
187
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
188
|
+
username=pulumi.get(__response__, 'username')))
|
pulumi_aiven/get_kafka_topic.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
|
|
|
@@ -204,9 +209,6 @@ def get_kafka_topic(project: Optional[str] = None,
|
|
|
204
209
|
termination_protection=pulumi.get(__ret__, 'termination_protection'),
|
|
205
210
|
topic_description=pulumi.get(__ret__, 'topic_description'),
|
|
206
211
|
topic_name=pulumi.get(__ret__, 'topic_name'))
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
@_utilities.lift_output_func(get_kafka_topic)
|
|
210
212
|
def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
|
|
211
213
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
212
214
|
topic_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -230,4 +232,21 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
230
232
|
: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.
|
|
231
233
|
:param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
232
234
|
"""
|
|
233
|
-
|
|
235
|
+
__args__ = dict()
|
|
236
|
+
__args__['project'] = project
|
|
237
|
+
__args__['serviceName'] = service_name
|
|
238
|
+
__args__['topicName'] = topic_name
|
|
239
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
240
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getKafkaTopic:getKafkaTopic', __args__, opts=opts, typ=GetKafkaTopicResult)
|
|
241
|
+
return __ret__.apply(lambda __response__: GetKafkaTopicResult(
|
|
242
|
+
configs=pulumi.get(__response__, 'configs'),
|
|
243
|
+
id=pulumi.get(__response__, 'id'),
|
|
244
|
+
owner_user_group_id=pulumi.get(__response__, 'owner_user_group_id'),
|
|
245
|
+
partitions=pulumi.get(__response__, 'partitions'),
|
|
246
|
+
project=pulumi.get(__response__, 'project'),
|
|
247
|
+
replication=pulumi.get(__response__, 'replication'),
|
|
248
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
249
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
250
|
+
termination_protection=pulumi.get(__response__, 'termination_protection'),
|
|
251
|
+
topic_description=pulumi.get(__response__, 'topic_description'),
|
|
252
|
+
topic_name=pulumi.get(__response__, 'topic_name')))
|
pulumi_aiven/get_kafka_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__ = [
|
|
@@ -167,9 +172,6 @@ def get_kafka_user(project: Optional[str] = None,
|
|
|
167
172
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
168
173
|
type=pulumi.get(__ret__, 'type'),
|
|
169
174
|
username=pulumi.get(__ret__, 'username'))
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
@_utilities.lift_output_func(get_kafka_user)
|
|
173
175
|
def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
174
176
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
175
177
|
username: Optional[pulumi.Input[str]] = None,
|
|
@@ -193,4 +195,18 @@ def get_kafka_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
193
195
|
: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.
|
|
194
196
|
:param str username: Name of the Kafka service user. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
195
197
|
"""
|
|
196
|
-
|
|
198
|
+
__args__ = dict()
|
|
199
|
+
__args__['project'] = project
|
|
200
|
+
__args__['serviceName'] = service_name
|
|
201
|
+
__args__['username'] = username
|
|
202
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
203
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getKafkaUser:getKafkaUser', __args__, opts=opts, typ=GetKafkaUserResult)
|
|
204
|
+
return __ret__.apply(lambda __response__: GetKafkaUserResult(
|
|
205
|
+
access_cert=pulumi.get(__response__, 'access_cert'),
|
|
206
|
+
access_key=pulumi.get(__response__, 'access_key'),
|
|
207
|
+
id=pulumi.get(__response__, 'id'),
|
|
208
|
+
password=pulumi.get(__response__, 'password'),
|
|
209
|
+
project=pulumi.get(__response__, 'project'),
|
|
210
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
211
|
+
type=pulumi.get(__response__, 'type'),
|
|
212
|
+
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
|
from . import outputs
|
|
12
17
|
|
|
@@ -437,9 +442,6 @@ def get_m3_aggregator(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_aggregator)
|
|
443
445
|
def get_m3_aggregator_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[GetM3AggregatorResult]:
|
|
@@ -460,4 +462,38 @@ def get_m3_aggregator_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/getM3Aggregator:getM3Aggregator', __args__, opts=opts, typ=GetM3AggregatorResult)
|
|
470
|
+
return __ret__.apply(lambda __response__: GetM3AggregatorResult(
|
|
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
|
+
m3aggregator_user_configs=pulumi.get(__response__, 'm3aggregator_user_configs'),
|
|
481
|
+
m3aggregators=pulumi.get(__response__, 'm3aggregators'),
|
|
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_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')))
|