pulumi-aiven 6.26.0a1728364446__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/__init__.py +1 -0
- pulumi_aiven/_inputs.py +8440 -400
- 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 +12 -2
- pulumi_aiven/cassandra_user.py +5 -0
- pulumi_aiven/clickhouse.py +11 -1
- 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 +12 -2
- pulumi_aiven/flink.py +12 -2
- 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 +160 -0
- 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 +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 +52 -8
- pulumi_aiven/get_service_integration_endpoint.py +32 -4
- pulumi_aiven/get_thanos.py +40 -10
- 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 +12 -2
- pulumi_aiven/influx_db.py +12 -2
- pulumi_aiven/influxdb_database.py +5 -0
- pulumi_aiven/influxdb_user.py +5 -0
- pulumi_aiven/kafka.py +12 -2
- pulumi_aiven/kafka_acl.py +5 -0
- pulumi_aiven/kafka_connect.py +12 -2
- pulumi_aiven/kafka_connector.py +5 -0
- pulumi_aiven/kafka_mirror_maker.py +12 -2
- 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 +12 -2
- pulumi_aiven/m3_db.py +12 -2
- pulumi_aiven/m3db_user.py +5 -0
- pulumi_aiven/mirror_maker_replication_flow.py +5 -0
- pulumi_aiven/my_sql.py +12 -2
- pulumi_aiven/mysql_database.py +5 -0
- pulumi_aiven/mysql_user.py +5 -0
- pulumi_aiven/open_search.py +12 -2
- 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 +339 -62
- pulumi_aiven/pg.py +12 -2
- 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 +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 +12 -2
- pulumi_aiven/redis_user.py +5 -0
- pulumi_aiven/service_integration.py +59 -7
- pulumi_aiven/service_integration_endpoint.py +5 -0
- pulumi_aiven/static_ip.py +7 -2
- pulumi_aiven/thanos.py +12 -8
- pulumi_aiven/transit_gateway_vpc_attachment.py +5 -0
- pulumi_aiven/valkey.py +12 -2
- pulumi_aiven/valkey_user.py +5 -0
- {pulumi_aiven-6.26.0a1728364446.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.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.26.0a1728364446.dist-info/RECORD +0 -160
- {pulumi_aiven-6.26.0a1728364446.dist-info → pulumi_aiven-6.26.1.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_project_vpc.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__ = [
|
|
@@ -140,9 +145,6 @@ def get_project_vpc(cloud_name: Optional[str] = None,
|
|
|
140
145
|
project=pulumi.get(__ret__, 'project'),
|
|
141
146
|
state=pulumi.get(__ret__, 'state'),
|
|
142
147
|
vpc_id=pulumi.get(__ret__, 'vpc_id'))
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
@_utilities.lift_output_func(get_project_vpc)
|
|
146
148
|
def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
147
149
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
|
148
150
|
vpc_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -165,4 +167,16 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
165
167
|
:param str project: Identifies the project this resource belongs to.
|
|
166
168
|
:param str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
167
169
|
"""
|
|
168
|
-
|
|
170
|
+
__args__ = dict()
|
|
171
|
+
__args__['cloudName'] = cloud_name
|
|
172
|
+
__args__['project'] = project
|
|
173
|
+
__args__['vpcId'] = vpc_id
|
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getProjectVpc:getProjectVpc', __args__, opts=opts, typ=GetProjectVpcResult)
|
|
176
|
+
return __ret__.apply(lambda __response__: GetProjectVpcResult(
|
|
177
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
178
|
+
id=pulumi.get(__response__, 'id'),
|
|
179
|
+
network_cidr=pulumi.get(__response__, 'network_cidr'),
|
|
180
|
+
project=pulumi.get(__response__, 'project'),
|
|
181
|
+
state=pulumi.get(__response__, 'state'),
|
|
182
|
+
vpc_id=pulumi.get(__response__, 'vpc_id')))
|
pulumi_aiven/get_redis.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_redis(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_redis)
|
|
443
445
|
def get_redis_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[GetRedisResult]:
|
|
@@ -460,4 +462,38 @@ def get_redis_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/getRedis:getRedis', __args__, opts=opts, typ=GetRedisResult)
|
|
470
|
+
return __ret__.apply(lambda __response__: GetRedisResult(
|
|
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
|
+
plan=pulumi.get(__response__, 'plan'),
|
|
483
|
+
project=pulumi.get(__response__, 'project'),
|
|
484
|
+
project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
|
|
485
|
+
redis=pulumi.get(__response__, 'redis'),
|
|
486
|
+
redis_user_configs=pulumi.get(__response__, 'redis_user_configs'),
|
|
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_redis_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__ = [
|
|
@@ -193,9 +198,6 @@ def get_redis_user(project: Optional[str] = None,
|
|
|
193
198
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
194
199
|
type=pulumi.get(__ret__, 'type'),
|
|
195
200
|
username=pulumi.get(__ret__, 'username'))
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
@_utilities.lift_output_func(get_redis_user)
|
|
199
201
|
def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
200
202
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
201
203
|
username: Optional[pulumi.Input[str]] = None,
|
|
@@ -219,4 +221,20 @@ def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
219
221
|
: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.
|
|
220
222
|
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
221
223
|
"""
|
|
222
|
-
|
|
224
|
+
__args__ = dict()
|
|
225
|
+
__args__['project'] = project
|
|
226
|
+
__args__['serviceName'] = service_name
|
|
227
|
+
__args__['username'] = username
|
|
228
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
229
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getRedisUser:getRedisUser', __args__, opts=opts, typ=GetRedisUserResult)
|
|
230
|
+
return __ret__.apply(lambda __response__: GetRedisUserResult(
|
|
231
|
+
id=pulumi.get(__response__, 'id'),
|
|
232
|
+
password=pulumi.get(__response__, 'password'),
|
|
233
|
+
project=pulumi.get(__response__, 'project'),
|
|
234
|
+
redis_acl_categories=pulumi.get(__response__, 'redis_acl_categories'),
|
|
235
|
+
redis_acl_channels=pulumi.get(__response__, 'redis_acl_channels'),
|
|
236
|
+
redis_acl_commands=pulumi.get(__response__, 'redis_acl_commands'),
|
|
237
|
+
redis_acl_keys=pulumi.get(__response__, 'redis_acl_keys'),
|
|
238
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
239
|
+
type=pulumi.get(__response__, 'type'),
|
|
240
|
+
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__ = [
|
|
@@ -209,9 +214,6 @@ def get_service_component(component: Optional[str] = None,
|
|
|
209
214
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
210
215
|
ssl=pulumi.get(__ret__, 'ssl'),
|
|
211
216
|
usage=pulumi.get(__ret__, 'usage'))
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
@_utilities.lift_output_func(get_service_component)
|
|
215
217
|
def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
|
|
216
218
|
kafka_authentication_method: Optional[pulumi.Input[Optional[str]]] = None,
|
|
217
219
|
project: Optional[pulumi.Input[str]] = None,
|
|
@@ -247,4 +249,24 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
|
|
|
247
249
|
:param bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
|
|
248
250
|
:param str usage: DNS usage name
|
|
249
251
|
"""
|
|
250
|
-
|
|
252
|
+
__args__ = dict()
|
|
253
|
+
__args__['component'] = component
|
|
254
|
+
__args__['kafkaAuthenticationMethod'] = kafka_authentication_method
|
|
255
|
+
__args__['project'] = project
|
|
256
|
+
__args__['route'] = route
|
|
257
|
+
__args__['serviceName'] = service_name
|
|
258
|
+
__args__['ssl'] = ssl
|
|
259
|
+
__args__['usage'] = usage
|
|
260
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
261
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getServiceComponent:getServiceComponent', __args__, opts=opts, typ=GetServiceComponentResult)
|
|
262
|
+
return __ret__.apply(lambda __response__: GetServiceComponentResult(
|
|
263
|
+
component=pulumi.get(__response__, 'component'),
|
|
264
|
+
host=pulumi.get(__response__, 'host'),
|
|
265
|
+
id=pulumi.get(__response__, 'id'),
|
|
266
|
+
kafka_authentication_method=pulumi.get(__response__, 'kafka_authentication_method'),
|
|
267
|
+
port=pulumi.get(__response__, 'port'),
|
|
268
|
+
project=pulumi.get(__response__, 'project'),
|
|
269
|
+
route=pulumi.get(__response__, 'route'),
|
|
270
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
271
|
+
ssl=pulumi.get(__response__, 'ssl'),
|
|
272
|
+
usage=pulumi.get(__response__, 'usage')))
|
|
@@ -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
|
|
|
@@ -22,7 +27,7 @@ class GetServiceIntegrationResult:
|
|
|
22
27
|
"""
|
|
23
28
|
A collection of values returned by getServiceIntegration.
|
|
24
29
|
"""
|
|
25
|
-
def __init__(__self__, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None):
|
|
30
|
+
def __init__(__self__, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, flink_external_postgresql_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None):
|
|
26
31
|
if clickhouse_kafka_user_configs and not isinstance(clickhouse_kafka_user_configs, list):
|
|
27
32
|
raise TypeError("Expected argument 'clickhouse_kafka_user_configs' to be a list")
|
|
28
33
|
pulumi.set(__self__, "clickhouse_kafka_user_configs", clickhouse_kafka_user_configs)
|
|
@@ -50,6 +55,9 @@ class GetServiceIntegrationResult:
|
|
|
50
55
|
if external_opensearch_logs_user_configs and not isinstance(external_opensearch_logs_user_configs, list):
|
|
51
56
|
raise TypeError("Expected argument 'external_opensearch_logs_user_configs' to be a list")
|
|
52
57
|
pulumi.set(__self__, "external_opensearch_logs_user_configs", external_opensearch_logs_user_configs)
|
|
58
|
+
if flink_external_postgresql_user_configs and not isinstance(flink_external_postgresql_user_configs, list):
|
|
59
|
+
raise TypeError("Expected argument 'flink_external_postgresql_user_configs' to be a list")
|
|
60
|
+
pulumi.set(__self__, "flink_external_postgresql_user_configs", flink_external_postgresql_user_configs)
|
|
53
61
|
if id and not isinstance(id, str):
|
|
54
62
|
raise TypeError("Expected argument 'id' to be a str")
|
|
55
63
|
pulumi.set(__self__, "id", id)
|
|
@@ -159,6 +167,14 @@ class GetServiceIntegrationResult:
|
|
|
159
167
|
"""
|
|
160
168
|
return pulumi.get(self, "external_opensearch_logs_user_configs")
|
|
161
169
|
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="flinkExternalPostgresqlUserConfigs")
|
|
172
|
+
def flink_external_postgresql_user_configs(self) -> Sequence['outputs.GetServiceIntegrationFlinkExternalPostgresqlUserConfigResult']:
|
|
173
|
+
"""
|
|
174
|
+
FlinkExternalPostgresql user configurable settings
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "flink_external_postgresql_user_configs")
|
|
177
|
+
|
|
162
178
|
@property
|
|
163
179
|
@pulumi.getter
|
|
164
180
|
def id(self) -> str:
|
|
@@ -179,7 +195,7 @@ class GetServiceIntegrationResult:
|
|
|
179
195
|
@pulumi.getter(name="integrationType")
|
|
180
196
|
def integration_type(self) -> str:
|
|
181
197
|
"""
|
|
182
|
-
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
198
|
+
Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
|
|
183
199
|
"""
|
|
184
200
|
return pulumi.get(self, "integration_type")
|
|
185
201
|
|
|
@@ -271,6 +287,7 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
271
287
|
external_aws_cloudwatch_metrics_user_configs=self.external_aws_cloudwatch_metrics_user_configs,
|
|
272
288
|
external_elasticsearch_logs_user_configs=self.external_elasticsearch_logs_user_configs,
|
|
273
289
|
external_opensearch_logs_user_configs=self.external_opensearch_logs_user_configs,
|
|
290
|
+
flink_external_postgresql_user_configs=self.flink_external_postgresql_user_configs,
|
|
274
291
|
id=self.id,
|
|
275
292
|
integration_id=self.integration_id,
|
|
276
293
|
integration_type=self.integration_type,
|
|
@@ -307,7 +324,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
307
324
|
|
|
308
325
|
|
|
309
326
|
:param str destination_service_name: Destination service for the integration.
|
|
310
|
-
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
327
|
+
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
|
|
311
328
|
:param str project: Project the integration belongs to.
|
|
312
329
|
:param str source_service_name: Source service for the integration (if any)
|
|
313
330
|
"""
|
|
@@ -329,6 +346,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
329
346
|
external_aws_cloudwatch_metrics_user_configs=pulumi.get(__ret__, 'external_aws_cloudwatch_metrics_user_configs'),
|
|
330
347
|
external_elasticsearch_logs_user_configs=pulumi.get(__ret__, 'external_elasticsearch_logs_user_configs'),
|
|
331
348
|
external_opensearch_logs_user_configs=pulumi.get(__ret__, 'external_opensearch_logs_user_configs'),
|
|
349
|
+
flink_external_postgresql_user_configs=pulumi.get(__ret__, 'flink_external_postgresql_user_configs'),
|
|
332
350
|
id=pulumi.get(__ret__, 'id'),
|
|
333
351
|
integration_id=pulumi.get(__ret__, 'integration_id'),
|
|
334
352
|
integration_type=pulumi.get(__ret__, 'integration_type'),
|
|
@@ -341,9 +359,6 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
341
359
|
prometheus_user_configs=pulumi.get(__ret__, 'prometheus_user_configs'),
|
|
342
360
|
source_endpoint_id=pulumi.get(__ret__, 'source_endpoint_id'),
|
|
343
361
|
source_service_name=pulumi.get(__ret__, 'source_service_name'))
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
@_utilities.lift_output_func(get_service_integration)
|
|
347
362
|
def get_service_integration_output(destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
348
363
|
integration_type: Optional[pulumi.Input[str]] = None,
|
|
349
364
|
project: Optional[pulumi.Input[str]] = None,
|
|
@@ -366,8 +381,37 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
366
381
|
|
|
367
382
|
|
|
368
383
|
:param str destination_service_name: Destination service for the integration.
|
|
369
|
-
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosstore`, `vector`, `vmalert`
|
|
384
|
+
:param str integration_type: Type of the service integration. Possible values: `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector`, `vmalert`
|
|
370
385
|
:param str project: Project the integration belongs to.
|
|
371
386
|
:param str source_service_name: Source service for the integration (if any)
|
|
372
387
|
"""
|
|
373
|
-
|
|
388
|
+
__args__ = dict()
|
|
389
|
+
__args__['destinationServiceName'] = destination_service_name
|
|
390
|
+
__args__['integrationType'] = integration_type
|
|
391
|
+
__args__['project'] = project
|
|
392
|
+
__args__['sourceServiceName'] = source_service_name
|
|
393
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
394
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getServiceIntegration:getServiceIntegration', __args__, opts=opts, typ=GetServiceIntegrationResult)
|
|
395
|
+
return __ret__.apply(lambda __response__: GetServiceIntegrationResult(
|
|
396
|
+
clickhouse_kafka_user_configs=pulumi.get(__response__, 'clickhouse_kafka_user_configs'),
|
|
397
|
+
clickhouse_postgresql_user_configs=pulumi.get(__response__, 'clickhouse_postgresql_user_configs'),
|
|
398
|
+
datadog_user_configs=pulumi.get(__response__, 'datadog_user_configs'),
|
|
399
|
+
destination_endpoint_id=pulumi.get(__response__, 'destination_endpoint_id'),
|
|
400
|
+
destination_service_name=pulumi.get(__response__, 'destination_service_name'),
|
|
401
|
+
external_aws_cloudwatch_logs_user_configs=pulumi.get(__response__, 'external_aws_cloudwatch_logs_user_configs'),
|
|
402
|
+
external_aws_cloudwatch_metrics_user_configs=pulumi.get(__response__, 'external_aws_cloudwatch_metrics_user_configs'),
|
|
403
|
+
external_elasticsearch_logs_user_configs=pulumi.get(__response__, 'external_elasticsearch_logs_user_configs'),
|
|
404
|
+
external_opensearch_logs_user_configs=pulumi.get(__response__, 'external_opensearch_logs_user_configs'),
|
|
405
|
+
flink_external_postgresql_user_configs=pulumi.get(__response__, 'flink_external_postgresql_user_configs'),
|
|
406
|
+
id=pulumi.get(__response__, 'id'),
|
|
407
|
+
integration_id=pulumi.get(__response__, 'integration_id'),
|
|
408
|
+
integration_type=pulumi.get(__response__, 'integration_type'),
|
|
409
|
+
kafka_connect_user_configs=pulumi.get(__response__, 'kafka_connect_user_configs'),
|
|
410
|
+
kafka_logs_user_configs=pulumi.get(__response__, 'kafka_logs_user_configs'),
|
|
411
|
+
kafka_mirrormaker_user_configs=pulumi.get(__response__, 'kafka_mirrormaker_user_configs'),
|
|
412
|
+
logs_user_configs=pulumi.get(__response__, 'logs_user_configs'),
|
|
413
|
+
metrics_user_configs=pulumi.get(__response__, 'metrics_user_configs'),
|
|
414
|
+
project=pulumi.get(__response__, 'project'),
|
|
415
|
+
prometheus_user_configs=pulumi.get(__response__, 'prometheus_user_configs'),
|
|
416
|
+
source_endpoint_id=pulumi.get(__response__, 'source_endpoint_id'),
|
|
417
|
+
source_service_name=pulumi.get(__response__, 'source_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
|
from . import outputs
|
|
12
17
|
|
|
@@ -333,9 +338,6 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
|
|
|
333
338
|
project=pulumi.get(__ret__, 'project'),
|
|
334
339
|
prometheus_user_configs=pulumi.get(__ret__, 'prometheus_user_configs'),
|
|
335
340
|
rsyslog_user_configs=pulumi.get(__ret__, 'rsyslog_user_configs'))
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
@_utilities.lift_output_func(get_service_integration_endpoint)
|
|
339
341
|
def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
340
342
|
project: Optional[pulumi.Input[str]] = None,
|
|
341
343
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIntegrationEndpointResult]:
|
|
@@ -356,4 +358,30 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
|
|
|
356
358
|
:param str endpoint_name: Name of the service integration endpoint
|
|
357
359
|
:param str project: Project the service integration endpoint belongs to
|
|
358
360
|
"""
|
|
359
|
-
|
|
361
|
+
__args__ = dict()
|
|
362
|
+
__args__['endpointName'] = endpoint_name
|
|
363
|
+
__args__['project'] = project
|
|
364
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
365
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getServiceIntegrationEndpoint:getServiceIntegrationEndpoint', __args__, opts=opts, typ=GetServiceIntegrationEndpointResult)
|
|
366
|
+
return __ret__.apply(lambda __response__: GetServiceIntegrationEndpointResult(
|
|
367
|
+
datadog_user_configs=pulumi.get(__response__, 'datadog_user_configs'),
|
|
368
|
+
endpoint_config=pulumi.get(__response__, 'endpoint_config'),
|
|
369
|
+
endpoint_name=pulumi.get(__response__, 'endpoint_name'),
|
|
370
|
+
endpoint_type=pulumi.get(__response__, 'endpoint_type'),
|
|
371
|
+
external_aws_cloudwatch_logs_user_configs=pulumi.get(__response__, 'external_aws_cloudwatch_logs_user_configs'),
|
|
372
|
+
external_aws_cloudwatch_metrics_user_configs=pulumi.get(__response__, 'external_aws_cloudwatch_metrics_user_configs'),
|
|
373
|
+
external_aws_s3_user_configs=pulumi.get(__response__, 'external_aws_s3_user_configs'),
|
|
374
|
+
external_clickhouse_user_configs=pulumi.get(__response__, 'external_clickhouse_user_configs'),
|
|
375
|
+
external_elasticsearch_logs_user_configs=pulumi.get(__response__, 'external_elasticsearch_logs_user_configs'),
|
|
376
|
+
external_google_cloud_bigqueries=pulumi.get(__response__, 'external_google_cloud_bigqueries'),
|
|
377
|
+
external_google_cloud_logging_user_configs=pulumi.get(__response__, 'external_google_cloud_logging_user_configs'),
|
|
378
|
+
external_kafka_user_configs=pulumi.get(__response__, 'external_kafka_user_configs'),
|
|
379
|
+
external_mysql_user_configs=pulumi.get(__response__, 'external_mysql_user_configs'),
|
|
380
|
+
external_opensearch_logs_user_configs=pulumi.get(__response__, 'external_opensearch_logs_user_configs'),
|
|
381
|
+
external_postgresqls=pulumi.get(__response__, 'external_postgresqls'),
|
|
382
|
+
external_schema_registry_user_configs=pulumi.get(__response__, 'external_schema_registry_user_configs'),
|
|
383
|
+
id=pulumi.get(__response__, 'id'),
|
|
384
|
+
jolokia_user_configs=pulumi.get(__response__, 'jolokia_user_configs'),
|
|
385
|
+
project=pulumi.get(__response__, 'project'),
|
|
386
|
+
prometheus_user_configs=pulumi.get(__response__, 'prometheus_user_configs'),
|
|
387
|
+
rsyslog_user_configs=pulumi.get(__response__, 'rsyslog_user_configs')))
|
pulumi_aiven/get_thanos.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
|
|
|
@@ -387,9 +392,6 @@ def get_thanos(project: Optional[str] = None,
|
|
|
387
392
|
"""
|
|
388
393
|
Gets information about an Aiven for Thanos® service.
|
|
389
394
|
|
|
390
|
-
**This resource is in the beta stage and may change without notice.** Set
|
|
391
|
-
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
392
|
-
|
|
393
395
|
|
|
394
396
|
: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.
|
|
395
397
|
: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.
|
|
@@ -430,20 +432,48 @@ def get_thanos(project: Optional[str] = None,
|
|
|
430
432
|
termination_protection=pulumi.get(__ret__, 'termination_protection'),
|
|
431
433
|
thanos=pulumi.get(__ret__, 'thanos'),
|
|
432
434
|
thanos_user_configs=pulumi.get(__ret__, 'thanos_user_configs'))
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
@_utilities.lift_output_func(get_thanos)
|
|
436
435
|
def get_thanos_output(project: Optional[pulumi.Input[str]] = None,
|
|
437
436
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
438
437
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetThanosResult]:
|
|
439
438
|
"""
|
|
440
439
|
Gets information about an Aiven for Thanos® service.
|
|
441
440
|
|
|
442
|
-
**This resource is in the beta stage and may change without notice.** Set
|
|
443
|
-
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
|
|
444
|
-
|
|
445
441
|
|
|
446
442
|
: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.
|
|
447
443
|
: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.
|
|
448
444
|
"""
|
|
449
|
-
|
|
445
|
+
__args__ = dict()
|
|
446
|
+
__args__['project'] = project
|
|
447
|
+
__args__['serviceName'] = service_name
|
|
448
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
449
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getThanos:getThanos', __args__, opts=opts, typ=GetThanosResult)
|
|
450
|
+
return __ret__.apply(lambda __response__: GetThanosResult(
|
|
451
|
+
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
452
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
453
|
+
components=pulumi.get(__response__, 'components'),
|
|
454
|
+
disk_space=pulumi.get(__response__, 'disk_space'),
|
|
455
|
+
disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
|
|
456
|
+
disk_space_default=pulumi.get(__response__, 'disk_space_default'),
|
|
457
|
+
disk_space_step=pulumi.get(__response__, 'disk_space_step'),
|
|
458
|
+
disk_space_used=pulumi.get(__response__, 'disk_space_used'),
|
|
459
|
+
id=pulumi.get(__response__, 'id'),
|
|
460
|
+
maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
|
|
461
|
+
maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
|
|
462
|
+
plan=pulumi.get(__response__, 'plan'),
|
|
463
|
+
project=pulumi.get(__response__, 'project'),
|
|
464
|
+
project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
|
|
465
|
+
service_host=pulumi.get(__response__, 'service_host'),
|
|
466
|
+
service_integrations=pulumi.get(__response__, 'service_integrations'),
|
|
467
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
468
|
+
service_password=pulumi.get(__response__, 'service_password'),
|
|
469
|
+
service_port=pulumi.get(__response__, 'service_port'),
|
|
470
|
+
service_type=pulumi.get(__response__, 'service_type'),
|
|
471
|
+
service_uri=pulumi.get(__response__, 'service_uri'),
|
|
472
|
+
service_username=pulumi.get(__response__, 'service_username'),
|
|
473
|
+
state=pulumi.get(__response__, 'state'),
|
|
474
|
+
static_ips=pulumi.get(__response__, 'static_ips'),
|
|
475
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
476
|
+
tech_emails=pulumi.get(__response__, 'tech_emails'),
|
|
477
|
+
termination_protection=pulumi.get(__response__, 'termination_protection'),
|
|
478
|
+
thanos=pulumi.get(__response__, 'thanos'),
|
|
479
|
+
thanos_user_configs=pulumi.get(__response__, 'thanos_user_configs')))
|
|
@@ -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_transit_gateway_vpc_attachment(peer_cloud_account: Optional[str] = None,
|
|
|
180
185
|
state_info=pulumi.get(__ret__, 'state_info'),
|
|
181
186
|
user_peer_network_cidrs=pulumi.get(__ret__, 'user_peer_network_cidrs'),
|
|
182
187
|
vpc_id=pulumi.get(__ret__, 'vpc_id'))
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
@_utilities.lift_output_func(get_transit_gateway_vpc_attachment)
|
|
186
188
|
def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulumi.Input[str]] = None,
|
|
187
189
|
peer_vpc: Optional[pulumi.Input[str]] = None,
|
|
188
190
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -206,4 +208,19 @@ def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulum
|
|
|
206
208
|
:param str peer_vpc: Transit gateway ID. Changing this property forces recreation of the resource.
|
|
207
209
|
:param str vpc_id: The VPC the peering connection belongs to. 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__['peerCloudAccount'] = peer_cloud_account
|
|
213
|
+
__args__['peerVpc'] = peer_vpc
|
|
214
|
+
__args__['vpcId'] = vpc_id
|
|
215
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
216
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getTransitGatewayVpcAttachment:getTransitGatewayVpcAttachment', __args__, opts=opts, typ=GetTransitGatewayVpcAttachmentResult)
|
|
217
|
+
return __ret__.apply(lambda __response__: GetTransitGatewayVpcAttachmentResult(
|
|
218
|
+
id=pulumi.get(__response__, 'id'),
|
|
219
|
+
peer_cloud_account=pulumi.get(__response__, 'peer_cloud_account'),
|
|
220
|
+
peer_region=pulumi.get(__response__, 'peer_region'),
|
|
221
|
+
peer_vpc=pulumi.get(__response__, 'peer_vpc'),
|
|
222
|
+
peering_connection_id=pulumi.get(__response__, 'peering_connection_id'),
|
|
223
|
+
state=pulumi.get(__response__, 'state'),
|
|
224
|
+
state_info=pulumi.get(__response__, 'state_info'),
|
|
225
|
+
user_peer_network_cidrs=pulumi.get(__response__, 'user_peer_network_cidrs'),
|
|
226
|
+
vpc_id=pulumi.get(__response__, 'vpc_id')))
|
pulumi_aiven/get_valkey.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_valkey(project: Optional[str] = None,
|
|
|
437
442
|
termination_protection=pulumi.get(__ret__, 'termination_protection'),
|
|
438
443
|
valkey_user_configs=pulumi.get(__ret__, 'valkey_user_configs'),
|
|
439
444
|
valkeys=pulumi.get(__ret__, 'valkeys'))
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
@_utilities.lift_output_func(get_valkey)
|
|
443
445
|
def get_valkey_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[GetValkeyResult]:
|
|
@@ -460,4 +462,38 @@ def get_valkey_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/getValkey:getValkey', __args__, opts=opts, typ=GetValkeyResult)
|
|
470
|
+
return __ret__.apply(lambda __response__: GetValkeyResult(
|
|
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
|
+
plan=pulumi.get(__response__, 'plan'),
|
|
483
|
+
project=pulumi.get(__response__, 'project'),
|
|
484
|
+
project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
|
|
485
|
+
service_host=pulumi.get(__response__, 'service_host'),
|
|
486
|
+
service_integrations=pulumi.get(__response__, 'service_integrations'),
|
|
487
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
488
|
+
service_password=pulumi.get(__response__, 'service_password'),
|
|
489
|
+
service_port=pulumi.get(__response__, 'service_port'),
|
|
490
|
+
service_type=pulumi.get(__response__, 'service_type'),
|
|
491
|
+
service_uri=pulumi.get(__response__, 'service_uri'),
|
|
492
|
+
service_username=pulumi.get(__response__, 'service_username'),
|
|
493
|
+
state=pulumi.get(__response__, 'state'),
|
|
494
|
+
static_ips=pulumi.get(__response__, 'static_ips'),
|
|
495
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
496
|
+
tech_emails=pulumi.get(__response__, 'tech_emails'),
|
|
497
|
+
termination_protection=pulumi.get(__response__, 'termination_protection'),
|
|
498
|
+
valkey_user_configs=pulumi.get(__response__, 'valkey_user_configs'),
|
|
499
|
+
valkeys=pulumi.get(__response__, 'valkeys')))
|
pulumi_aiven/get_valkey_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__ = [
|
|
@@ -182,9 +187,6 @@ def get_valkey_user(project: Optional[str] = None,
|
|
|
182
187
|
valkey_acl_channels=pulumi.get(__ret__, 'valkey_acl_channels'),
|
|
183
188
|
valkey_acl_commands=pulumi.get(__ret__, 'valkey_acl_commands'),
|
|
184
189
|
valkey_acl_keys=pulumi.get(__ret__, 'valkey_acl_keys'))
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
@_utilities.lift_output_func(get_valkey_user)
|
|
188
190
|
def get_valkey_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
189
191
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
190
192
|
username: Optional[pulumi.Input[str]] = None,
|
|
@@ -197,4 +199,20 @@ def get_valkey_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
197
199
|
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
198
200
|
:param str username: The actual name of the Valkey User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
199
201
|
"""
|
|
200
|
-
|
|
202
|
+
__args__ = dict()
|
|
203
|
+
__args__['project'] = project
|
|
204
|
+
__args__['serviceName'] = service_name
|
|
205
|
+
__args__['username'] = username
|
|
206
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
207
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getValkeyUser:getValkeyUser', __args__, opts=opts, typ=GetValkeyUserResult)
|
|
208
|
+
return __ret__.apply(lambda __response__: GetValkeyUserResult(
|
|
209
|
+
id=pulumi.get(__response__, 'id'),
|
|
210
|
+
password=pulumi.get(__response__, 'password'),
|
|
211
|
+
project=pulumi.get(__response__, 'project'),
|
|
212
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
213
|
+
type=pulumi.get(__response__, 'type'),
|
|
214
|
+
username=pulumi.get(__response__, 'username'),
|
|
215
|
+
valkey_acl_categories=pulumi.get(__response__, 'valkey_acl_categories'),
|
|
216
|
+
valkey_acl_channels=pulumi.get(__response__, 'valkey_acl_channels'),
|
|
217
|
+
valkey_acl_commands=pulumi.get(__response__, 'valkey_acl_commands'),
|
|
218
|
+
valkey_acl_keys=pulumi.get(__response__, 'valkey_acl_keys')))
|