pulumi-aiven 6.26.0a1728566627__py3-none-any.whl → 6.27.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +1 -0
- pulumi_aiven/_inputs.py +9174 -366
- pulumi_aiven/_utilities.py +1 -1
- pulumi_aiven/account.py +5 -0
- pulumi_aiven/account_authentication.py +5 -0
- pulumi_aiven/account_team.py +5 -0
- pulumi_aiven/account_team_member.py +5 -0
- pulumi_aiven/account_team_project.py +12 -7
- pulumi_aiven/aws_privatelink.py +5 -0
- pulumi_aiven/aws_vpc_peering_connection.py +5 -0
- pulumi_aiven/azure_privatelink.py +5 -0
- pulumi_aiven/azure_privatelink_connection_approval.py +5 -0
- pulumi_aiven/azure_vpc_peering_connection.py +5 -0
- pulumi_aiven/billing_group.py +5 -0
- pulumi_aiven/cassandra.py +5 -0
- pulumi_aiven/cassandra_user.py +5 -0
- pulumi_aiven/clickhouse.py +5 -0
- pulumi_aiven/clickhouse_database.py +5 -0
- pulumi_aiven/clickhouse_grant.py +5 -0
- pulumi_aiven/clickhouse_role.py +5 -0
- pulumi_aiven/clickhouse_user.py +5 -0
- pulumi_aiven/config/__init__.pyi +5 -0
- pulumi_aiven/config/vars.py +5 -0
- pulumi_aiven/connection_pool.py +5 -0
- pulumi_aiven/dragonfly.py +5 -0
- pulumi_aiven/flink.py +5 -0
- pulumi_aiven/flink_application.py +5 -0
- pulumi_aiven/flink_application_deployment.py +5 -0
- pulumi_aiven/flink_application_version.py +5 -0
- pulumi_aiven/gcp_privatelink.py +5 -0
- pulumi_aiven/gcp_privatelink_connection_approval.py +5 -0
- pulumi_aiven/gcp_vpc_peering_connection.py +5 -0
- pulumi_aiven/get_account.py +19 -4
- pulumi_aiven/get_account_authentication.py +30 -4
- pulumi_aiven/get_account_team.py +17 -4
- pulumi_aiven/get_account_team_member.py +19 -4
- pulumi_aiven/get_account_team_project.py +18 -5
- pulumi_aiven/get_aws_privatelink.py +17 -4
- pulumi_aiven/get_aws_vpc_peering_connection.py +21 -4
- pulumi_aiven/get_azure_privatelink.py +19 -4
- pulumi_aiven/get_azure_vpc_peering_connection.py +25 -4
- pulumi_aiven/get_billing_group.py +27 -4
- pulumi_aiven/get_cassanda.py +40 -4
- pulumi_aiven/get_cassandra.py +40 -4
- pulumi_aiven/get_cassandra_user.py +20 -4
- pulumi_aiven/get_clickhouse.py +40 -4
- pulumi_aiven/get_clickhouse_database.py +17 -4
- pulumi_aiven/get_clickhouse_user.py +19 -4
- pulumi_aiven/get_connection_pool.py +21 -4
- pulumi_aiven/get_dragonfly.py +40 -4
- pulumi_aiven/get_external_identity.py +18 -4
- pulumi_aiven/get_flink.py +40 -4
- pulumi_aiven/get_flink_application.py +21 -4
- pulumi_aiven/get_flink_application_version.py +26 -4
- pulumi_aiven/get_gcp_privatelink.py +17 -4
- pulumi_aiven/get_gcp_vpc_peering_connection.py +19 -4
- pulumi_aiven/get_grafana.py +40 -4
- pulumi_aiven/get_influx_db.py +40 -4
- pulumi_aiven/get_influxdb_database.py +17 -4
- pulumi_aiven/get_influxdb_user.py +20 -4
- pulumi_aiven/get_kafka.py +42 -4
- pulumi_aiven/get_kafka_acl.py +21 -4
- pulumi_aiven/get_kafka_connect.py +39 -4
- pulumi_aiven/get_kafka_connector.py +24 -4
- pulumi_aiven/get_kafka_mirror_maker.py +39 -4
- pulumi_aiven/get_kafka_schema.py +21 -5
- pulumi_aiven/get_kafka_schema_configuration.py +20 -5
- pulumi_aiven/get_kafka_schema_registry_acl.py +21 -4
- pulumi_aiven/get_kafka_topic.py +24 -5
- pulumi_aiven/get_kafka_user.py +20 -4
- pulumi_aiven/get_m3_aggregator.py +40 -4
- pulumi_aiven/get_m3_db.py +40 -4
- pulumi_aiven/get_m3db_user.py +18 -4
- pulumi_aiven/get_mirror_maker_replication_flow.py +29 -4
- pulumi_aiven/get_my_sql.py +40 -4
- pulumi_aiven/get_mysql_database.py +17 -4
- pulumi_aiven/get_mysql_user.py +21 -4
- pulumi_aiven/get_open_search.py +40 -4
- pulumi_aiven/get_open_search_acl_config.py +16 -4
- pulumi_aiven/get_open_search_acl_rule.py +20 -4
- pulumi_aiven/get_opensearch_security_plugin_config.py +18 -4
- pulumi_aiven/get_opensearch_user.py +18 -4
- pulumi_aiven/get_organization.py +16 -4
- pulumi_aiven/get_organization_application_user.py +17 -4
- pulumi_aiven/get_organization_user.py +17 -4
- pulumi_aiven/get_organization_user_group.py +18 -4
- pulumi_aiven/get_organization_user_list.py +121 -0
- pulumi_aiven/get_organizational_unit.py +16 -4
- pulumi_aiven/get_pg.py +40 -4
- pulumi_aiven/get_pg_database.py +19 -4
- pulumi_aiven/get_pg_user.py +21 -4
- pulumi_aiven/get_project.py +25 -4
- pulumi_aiven/get_project_user.py +17 -5
- pulumi_aiven/get_project_vpc.py +18 -4
- pulumi_aiven/get_redis.py +40 -4
- pulumi_aiven/get_redis_user.py +22 -4
- pulumi_aiven/get_service_component.py +26 -4
- pulumi_aiven/get_service_integration.py +35 -4
- pulumi_aiven/get_service_integration_endpoint.py +32 -4
- pulumi_aiven/get_thanos.py +60 -4
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +21 -4
- pulumi_aiven/get_valkey.py +40 -4
- pulumi_aiven/get_valkey_user.py +22 -4
- pulumi_aiven/grafana.py +5 -0
- pulumi_aiven/influx_db.py +5 -0
- pulumi_aiven/influxdb_database.py +5 -0
- pulumi_aiven/influxdb_user.py +5 -0
- pulumi_aiven/kafka.py +5 -0
- pulumi_aiven/kafka_acl.py +5 -0
- pulumi_aiven/kafka_connect.py +5 -0
- pulumi_aiven/kafka_connector.py +5 -0
- pulumi_aiven/kafka_mirror_maker.py +5 -0
- pulumi_aiven/kafka_schema.py +12 -7
- pulumi_aiven/kafka_schema_configuration.py +5 -0
- pulumi_aiven/kafka_schema_registry_acl.py +5 -0
- pulumi_aiven/kafka_topic.py +16 -9
- pulumi_aiven/kafka_user.py +5 -0
- pulumi_aiven/m3_aggregator.py +5 -0
- pulumi_aiven/m3_db.py +5 -0
- pulumi_aiven/m3db_user.py +5 -0
- pulumi_aiven/mirror_maker_replication_flow.py +5 -0
- pulumi_aiven/my_sql.py +5 -0
- pulumi_aiven/mysql_database.py +5 -0
- pulumi_aiven/mysql_user.py +5 -0
- pulumi_aiven/open_search.py +5 -0
- pulumi_aiven/open_search_acl_config.py +5 -0
- pulumi_aiven/open_search_acl_rule.py +5 -0
- pulumi_aiven/opensearch_security_plugin_config.py +5 -0
- pulumi_aiven/opensearch_user.py +5 -0
- pulumi_aiven/organization.py +5 -0
- pulumi_aiven/organization_application_user.py +5 -0
- pulumi_aiven/organization_application_user_token.py +5 -0
- pulumi_aiven/organization_group_project.py +12 -7
- pulumi_aiven/organization_permission.py +5 -0
- pulumi_aiven/organization_user.py +5 -0
- pulumi_aiven/organization_user_group.py +5 -0
- pulumi_aiven/organization_user_group_member.py +5 -0
- pulumi_aiven/organizational_unit.py +5 -0
- pulumi_aiven/outputs.py +1470 -2
- pulumi_aiven/pg.py +5 -0
- pulumi_aiven/pg_database.py +5 -0
- pulumi_aiven/pg_user.py +5 -0
- pulumi_aiven/project.py +6 -1
- pulumi_aiven/project_user.py +12 -7
- pulumi_aiven/project_vpc.py +5 -0
- pulumi_aiven/provider.py +5 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +5 -0
- pulumi_aiven/redis_user.py +5 -0
- pulumi_aiven/service_integration.py +5 -0
- pulumi_aiven/service_integration_endpoint.py +5 -0
- pulumi_aiven/static_ip.py +5 -0
- pulumi_aiven/thanos.py +55 -0
- pulumi_aiven/transit_gateway_vpc_attachment.py +5 -0
- pulumi_aiven/valkey.py +5 -0
- pulumi_aiven/valkey_user.py +5 -0
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.27.0.dist-info}/METADATA +3 -2
- pulumi_aiven-6.27.0.dist-info/RECORD +162 -0
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.27.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.26.0a1728566627.dist-info/RECORD +0 -161
- {pulumi_aiven-6.26.0a1728566627.dist-info → pulumi_aiven-6.27.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/get_account_team.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__ = [
|
|
@@ -127,9 +132,6 @@ def get_account_team(account_id: Optional[str] = None,
|
|
|
127
132
|
name=pulumi.get(__ret__, 'name'),
|
|
128
133
|
team_id=pulumi.get(__ret__, 'team_id'),
|
|
129
134
|
update_time=pulumi.get(__ret__, 'update_time'))
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
@_utilities.lift_output_func(get_account_team)
|
|
133
135
|
def get_account_team_output(account_id: Optional[pulumi.Input[str]] = None,
|
|
134
136
|
name: Optional[pulumi.Input[str]] = None,
|
|
135
137
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountTeamResult]:
|
|
@@ -140,4 +142,15 @@ def get_account_team_output(account_id: Optional[pulumi.Input[str]] = None,
|
|
|
140
142
|
:param str account_id: The unique account id
|
|
141
143
|
:param str name: The account team name
|
|
142
144
|
"""
|
|
143
|
-
|
|
145
|
+
__args__ = dict()
|
|
146
|
+
__args__['accountId'] = account_id
|
|
147
|
+
__args__['name'] = name
|
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
149
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getAccountTeam:getAccountTeam', __args__, opts=opts, typ=GetAccountTeamResult)
|
|
150
|
+
return __ret__.apply(lambda __response__: GetAccountTeamResult(
|
|
151
|
+
account_id=pulumi.get(__response__, 'account_id'),
|
|
152
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
|
153
|
+
id=pulumi.get(__response__, 'id'),
|
|
154
|
+
name=pulumi.get(__response__, 'name'),
|
|
155
|
+
team_id=pulumi.get(__response__, 'team_id'),
|
|
156
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -143,9 +148,6 @@ def get_account_team_member(account_id: Optional[str] = None,
|
|
|
143
148
|
invited_by_user_email=pulumi.get(__ret__, 'invited_by_user_email'),
|
|
144
149
|
team_id=pulumi.get(__ret__, 'team_id'),
|
|
145
150
|
user_email=pulumi.get(__ret__, 'user_email'))
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
@_utilities.lift_output_func(get_account_team_member)
|
|
149
151
|
def get_account_team_member_output(account_id: Optional[pulumi.Input[str]] = None,
|
|
150
152
|
team_id: Optional[pulumi.Input[str]] = None,
|
|
151
153
|
user_email: Optional[pulumi.Input[str]] = None,
|
|
@@ -158,4 +160,17 @@ def get_account_team_member_output(account_id: Optional[pulumi.Input[str]] = Non
|
|
|
158
160
|
:param str team_id: An account team id. Changing this property forces recreation of the resource.
|
|
159
161
|
:param str user_email: Is a user email address that first will be invited, and after accepting an invitation, he or she becomes a member of a team. Should be lowercase. Changing this property forces recreation of the resource.
|
|
160
162
|
"""
|
|
161
|
-
|
|
163
|
+
__args__ = dict()
|
|
164
|
+
__args__['accountId'] = account_id
|
|
165
|
+
__args__['teamId'] = team_id
|
|
166
|
+
__args__['userEmail'] = user_email
|
|
167
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
168
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getAccountTeamMember:getAccountTeamMember', __args__, opts=opts, typ=GetAccountTeamMemberResult)
|
|
169
|
+
return __ret__.apply(lambda __response__: GetAccountTeamMemberResult(
|
|
170
|
+
accepted=pulumi.get(__response__, 'accepted'),
|
|
171
|
+
account_id=pulumi.get(__response__, 'account_id'),
|
|
172
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
|
173
|
+
id=pulumi.get(__response__, 'id'),
|
|
174
|
+
invited_by_user_email=pulumi.get(__response__, 'invited_by_user_email'),
|
|
175
|
+
team_id=pulumi.get(__response__, 'team_id'),
|
|
176
|
+
user_email=pulumi.get(__response__, 'user_email')))
|
|
@@ -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__ = [
|
|
@@ -74,7 +79,7 @@ class GetAccountTeamProjectResult:
|
|
|
74
79
|
@pulumi.getter(name="teamType")
|
|
75
80
|
def team_type(self) -> str:
|
|
76
81
|
"""
|
|
77
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `
|
|
82
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only`, `project:permissions:read` and `service:logs:read`.
|
|
78
83
|
"""
|
|
79
84
|
return pulumi.get(self, "team_type")
|
|
80
85
|
|
|
@@ -117,9 +122,6 @@ def get_account_team_project(account_id: Optional[str] = None,
|
|
|
117
122
|
project_name=pulumi.get(__ret__, 'project_name'),
|
|
118
123
|
team_id=pulumi.get(__ret__, 'team_id'),
|
|
119
124
|
team_type=pulumi.get(__ret__, 'team_type'))
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
@_utilities.lift_output_func(get_account_team_project)
|
|
123
125
|
def get_account_team_project_output(account_id: Optional[pulumi.Input[str]] = None,
|
|
124
126
|
project_name: Optional[pulumi.Input[str]] = None,
|
|
125
127
|
team_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -132,4 +134,15 @@ def get_account_team_project_output(account_id: Optional[pulumi.Input[str]] = No
|
|
|
132
134
|
:param str project_name: The name of an already existing project
|
|
133
135
|
:param str team_id: An account team id
|
|
134
136
|
"""
|
|
135
|
-
|
|
137
|
+
__args__ = dict()
|
|
138
|
+
__args__['accountId'] = account_id
|
|
139
|
+
__args__['projectName'] = project_name
|
|
140
|
+
__args__['teamId'] = team_id
|
|
141
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
142
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getAccountTeamProject:getAccountTeamProject', __args__, opts=opts, typ=GetAccountTeamProjectResult)
|
|
143
|
+
return __ret__.apply(lambda __response__: GetAccountTeamProjectResult(
|
|
144
|
+
account_id=pulumi.get(__response__, 'account_id'),
|
|
145
|
+
id=pulumi.get(__response__, 'id'),
|
|
146
|
+
project_name=pulumi.get(__response__, 'project_name'),
|
|
147
|
+
team_id=pulumi.get(__response__, 'team_id'),
|
|
148
|
+
team_type=pulumi.get(__response__, 'team_type')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -137,9 +142,6 @@ def get_aws_privatelink(project: Optional[str] = None,
|
|
|
137
142
|
principals=pulumi.get(__ret__, 'principals'),
|
|
138
143
|
project=pulumi.get(__ret__, 'project'),
|
|
139
144
|
service_name=pulumi.get(__ret__, 'service_name'))
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
@_utilities.lift_output_func(get_aws_privatelink)
|
|
143
145
|
def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
144
146
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
145
147
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsPrivatelinkResult]:
|
|
@@ -160,4 +162,15 @@ def get_aws_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
160
162
|
: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.
|
|
161
163
|
: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.
|
|
162
164
|
"""
|
|
163
|
-
|
|
165
|
+
__args__ = dict()
|
|
166
|
+
__args__['project'] = project
|
|
167
|
+
__args__['serviceName'] = service_name
|
|
168
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
169
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getAwsPrivatelink:getAwsPrivatelink', __args__, opts=opts, typ=GetAwsPrivatelinkResult)
|
|
170
|
+
return __ret__.apply(lambda __response__: GetAwsPrivatelinkResult(
|
|
171
|
+
aws_service_id=pulumi.get(__response__, 'aws_service_id'),
|
|
172
|
+
aws_service_name=pulumi.get(__response__, 'aws_service_name'),
|
|
173
|
+
id=pulumi.get(__response__, 'id'),
|
|
174
|
+
principals=pulumi.get(__response__, 'principals'),
|
|
175
|
+
project=pulumi.get(__response__, 'project'),
|
|
176
|
+
service_name=pulumi.get(__response__, 'service_name')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -175,9 +180,6 @@ def get_aws_vpc_peering_connection(aws_account_id: Optional[str] = None,
|
|
|
175
180
|
state=pulumi.get(__ret__, 'state'),
|
|
176
181
|
state_info=pulumi.get(__ret__, 'state_info'),
|
|
177
182
|
vpc_id=pulumi.get(__ret__, 'vpc_id'))
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
@_utilities.lift_output_func(get_aws_vpc_peering_connection)
|
|
181
183
|
def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[str]] = None,
|
|
182
184
|
aws_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
183
185
|
aws_vpc_region: Optional[pulumi.Input[str]] = None,
|
|
@@ -208,4 +210,19 @@ def get_aws_vpc_peering_connection_output(aws_account_id: Optional[pulumi.Input[
|
|
|
208
210
|
:param str aws_vpc_region: The AWS region of the peered VPC, if different from the Aiven VPC region. Changing this property forces recreation of the resource.
|
|
209
211
|
:param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
210
212
|
"""
|
|
211
|
-
|
|
213
|
+
__args__ = dict()
|
|
214
|
+
__args__['awsAccountId'] = aws_account_id
|
|
215
|
+
__args__['awsVpcId'] = aws_vpc_id
|
|
216
|
+
__args__['awsVpcRegion'] = aws_vpc_region
|
|
217
|
+
__args__['vpcId'] = vpc_id
|
|
218
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
219
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getAwsVpcPeeringConnection:getAwsVpcPeeringConnection', __args__, opts=opts, typ=GetAwsVpcPeeringConnectionResult)
|
|
220
|
+
return __ret__.apply(lambda __response__: GetAwsVpcPeeringConnectionResult(
|
|
221
|
+
aws_account_id=pulumi.get(__response__, 'aws_account_id'),
|
|
222
|
+
aws_vpc_id=pulumi.get(__response__, 'aws_vpc_id'),
|
|
223
|
+
aws_vpc_peering_connection_id=pulumi.get(__response__, 'aws_vpc_peering_connection_id'),
|
|
224
|
+
aws_vpc_region=pulumi.get(__response__, 'aws_vpc_region'),
|
|
225
|
+
id=pulumi.get(__response__, 'id'),
|
|
226
|
+
state=pulumi.get(__response__, 'state'),
|
|
227
|
+
state_info=pulumi.get(__response__, 'state_info'),
|
|
228
|
+
vpc_id=pulumi.get(__response__, 'vpc_id')))
|
|
@@ -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__ = [
|
|
@@ -163,9 +168,6 @@ def get_azure_privatelink(project: Optional[str] = None,
|
|
|
163
168
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
164
169
|
state=pulumi.get(__ret__, 'state'),
|
|
165
170
|
user_subscription_ids=pulumi.get(__ret__, 'user_subscription_ids'))
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
@_utilities.lift_output_func(get_azure_privatelink)
|
|
169
171
|
def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
170
172
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
171
173
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzurePrivatelinkResult]:
|
|
@@ -186,4 +188,17 @@ def get_azure_privatelink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
186
188
|
: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.
|
|
187
189
|
: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.
|
|
188
190
|
"""
|
|
189
|
-
|
|
191
|
+
__args__ = dict()
|
|
192
|
+
__args__['project'] = project
|
|
193
|
+
__args__['serviceName'] = service_name
|
|
194
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
195
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getAzurePrivatelink:getAzurePrivatelink', __args__, opts=opts, typ=GetAzurePrivatelinkResult)
|
|
196
|
+
return __ret__.apply(lambda __response__: GetAzurePrivatelinkResult(
|
|
197
|
+
azure_service_alias=pulumi.get(__response__, 'azure_service_alias'),
|
|
198
|
+
azure_service_id=pulumi.get(__response__, 'azure_service_id'),
|
|
199
|
+
id=pulumi.get(__response__, 'id'),
|
|
200
|
+
message=pulumi.get(__response__, 'message'),
|
|
201
|
+
project=pulumi.get(__response__, 'project'),
|
|
202
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
203
|
+
state=pulumi.get(__response__, 'state'),
|
|
204
|
+
user_subscription_ids=pulumi.get(__response__, 'user_subscription_ids')))
|
|
@@ -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__ = [
|
|
@@ -205,9 +210,6 @@ def get_azure_vpc_peering_connection(azure_subscription_id: Optional[str] = None
|
|
|
205
210
|
state_info=pulumi.get(__ret__, 'state_info'),
|
|
206
211
|
vnet_name=pulumi.get(__ret__, 'vnet_name'),
|
|
207
212
|
vpc_id=pulumi.get(__ret__, 'vpc_id'))
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
@_utilities.lift_output_func(get_azure_vpc_peering_connection)
|
|
211
213
|
def get_azure_vpc_peering_connection_output(azure_subscription_id: Optional[pulumi.Input[str]] = None,
|
|
212
214
|
peer_azure_app_id: Optional[pulumi.Input[str]] = None,
|
|
213
215
|
peer_azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -240,4 +242,23 @@ def get_azure_vpc_peering_connection_output(azure_subscription_id: Optional[pulu
|
|
|
240
242
|
:param str vnet_name: The name of the Azure VNet. Changing this property forces recreation of the resource.
|
|
241
243
|
:param str vpc_id: The ID of the Aiven VPC. Changing this property forces recreation of the resource.
|
|
242
244
|
"""
|
|
243
|
-
|
|
245
|
+
__args__ = dict()
|
|
246
|
+
__args__['azureSubscriptionId'] = azure_subscription_id
|
|
247
|
+
__args__['peerAzureAppId'] = peer_azure_app_id
|
|
248
|
+
__args__['peerAzureTenantId'] = peer_azure_tenant_id
|
|
249
|
+
__args__['peerResourceGroup'] = peer_resource_group
|
|
250
|
+
__args__['vnetName'] = vnet_name
|
|
251
|
+
__args__['vpcId'] = vpc_id
|
|
252
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
253
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getAzureVpcPeeringConnection:getAzureVpcPeeringConnection', __args__, opts=opts, typ=GetAzureVpcPeeringConnectionResult)
|
|
254
|
+
return __ret__.apply(lambda __response__: GetAzureVpcPeeringConnectionResult(
|
|
255
|
+
azure_subscription_id=pulumi.get(__response__, 'azure_subscription_id'),
|
|
256
|
+
id=pulumi.get(__response__, 'id'),
|
|
257
|
+
peer_azure_app_id=pulumi.get(__response__, 'peer_azure_app_id'),
|
|
258
|
+
peer_azure_tenant_id=pulumi.get(__response__, 'peer_azure_tenant_id'),
|
|
259
|
+
peer_resource_group=pulumi.get(__response__, 'peer_resource_group'),
|
|
260
|
+
peering_connection_id=pulumi.get(__response__, 'peering_connection_id'),
|
|
261
|
+
state=pulumi.get(__response__, 'state'),
|
|
262
|
+
state_info=pulumi.get(__response__, 'state_info'),
|
|
263
|
+
vnet_name=pulumi.get(__response__, 'vnet_name'),
|
|
264
|
+
vpc_id=pulumi.get(__response__, 'vpc_id')))
|
|
@@ -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__ = [
|
|
@@ -267,9 +272,6 @@ def get_billing_group(billing_group_id: Optional[str] = None,
|
|
|
267
272
|
state=pulumi.get(__ret__, 'state'),
|
|
268
273
|
vat_id=pulumi.get(__ret__, 'vat_id'),
|
|
269
274
|
zip_code=pulumi.get(__ret__, 'zip_code'))
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
@_utilities.lift_output_func(get_billing_group)
|
|
273
275
|
def get_billing_group_output(billing_group_id: Optional[pulumi.Input[str]] = None,
|
|
274
276
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBillingGroupResult]:
|
|
275
277
|
"""
|
|
@@ -278,4 +280,25 @@ def get_billing_group_output(billing_group_id: Optional[pulumi.Input[str]] = Non
|
|
|
278
280
|
|
|
279
281
|
:param str billing_group_id: The ID of the billing group. To set up proper dependencies please refer to this variable as a reference.
|
|
280
282
|
"""
|
|
281
|
-
|
|
283
|
+
__args__ = dict()
|
|
284
|
+
__args__['billingGroupId'] = billing_group_id
|
|
285
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
286
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getBillingGroup:getBillingGroup', __args__, opts=opts, typ=GetBillingGroupResult)
|
|
287
|
+
return __ret__.apply(lambda __response__: GetBillingGroupResult(
|
|
288
|
+
account_id=pulumi.get(__response__, 'account_id'),
|
|
289
|
+
address_lines=pulumi.get(__response__, 'address_lines'),
|
|
290
|
+
billing_currency=pulumi.get(__response__, 'billing_currency'),
|
|
291
|
+
billing_emails=pulumi.get(__response__, 'billing_emails'),
|
|
292
|
+
billing_extra_text=pulumi.get(__response__, 'billing_extra_text'),
|
|
293
|
+
billing_group_id=pulumi.get(__response__, 'billing_group_id'),
|
|
294
|
+
card_id=pulumi.get(__response__, 'card_id'),
|
|
295
|
+
city=pulumi.get(__response__, 'city'),
|
|
296
|
+
company=pulumi.get(__response__, 'company'),
|
|
297
|
+
copy_from_billing_group=pulumi.get(__response__, 'copy_from_billing_group'),
|
|
298
|
+
country_code=pulumi.get(__response__, 'country_code'),
|
|
299
|
+
id=pulumi.get(__response__, 'id'),
|
|
300
|
+
name=pulumi.get(__response__, 'name'),
|
|
301
|
+
parent_id=pulumi.get(__response__, 'parent_id'),
|
|
302
|
+
state=pulumi.get(__response__, 'state'),
|
|
303
|
+
vat_id=pulumi.get(__response__, 'vat_id'),
|
|
304
|
+
zip_code=pulumi.get(__response__, 'zip_code')))
|
pulumi_aiven/get_cassanda.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
|
|
|
@@ -440,9 +445,6 @@ def get_cassanda(project: Optional[str] = None,
|
|
|
440
445
|
tags=pulumi.get(__ret__, 'tags'),
|
|
441
446
|
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
442
447
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
@_utilities.lift_output_func(get_cassanda)
|
|
446
448
|
def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
|
|
447
449
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
448
450
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCassandaResult]:
|
|
@@ -464,4 +466,38 @@ def get_cassanda_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
464
466
|
: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.
|
|
465
467
|
"""
|
|
466
468
|
pulumi.log.warn("""get_cassanda is deprecated: aiven.getCassanda has been deprecated in favor of aiven.getCassandra""")
|
|
467
|
-
|
|
469
|
+
__args__ = dict()
|
|
470
|
+
__args__['project'] = project
|
|
471
|
+
__args__['serviceName'] = service_name
|
|
472
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
473
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getCassanda:getCassanda', __args__, opts=opts, typ=GetCassandaResult)
|
|
474
|
+
return __ret__.apply(lambda __response__: GetCassandaResult(
|
|
475
|
+
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
476
|
+
cassandra_user_configs=pulumi.get(__response__, 'cassandra_user_configs'),
|
|
477
|
+
cassandras=pulumi.get(__response__, 'cassandras'),
|
|
478
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
479
|
+
components=pulumi.get(__response__, 'components'),
|
|
480
|
+
disk_space=pulumi.get(__response__, 'disk_space'),
|
|
481
|
+
disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
|
|
482
|
+
disk_space_default=pulumi.get(__response__, 'disk_space_default'),
|
|
483
|
+
disk_space_step=pulumi.get(__response__, 'disk_space_step'),
|
|
484
|
+
disk_space_used=pulumi.get(__response__, 'disk_space_used'),
|
|
485
|
+
id=pulumi.get(__response__, 'id'),
|
|
486
|
+
maintenance_window_dow=pulumi.get(__response__, 'maintenance_window_dow'),
|
|
487
|
+
maintenance_window_time=pulumi.get(__response__, 'maintenance_window_time'),
|
|
488
|
+
plan=pulumi.get(__response__, 'plan'),
|
|
489
|
+
project=pulumi.get(__response__, 'project'),
|
|
490
|
+
project_vpc_id=pulumi.get(__response__, 'project_vpc_id'),
|
|
491
|
+
service_host=pulumi.get(__response__, 'service_host'),
|
|
492
|
+
service_integrations=pulumi.get(__response__, 'service_integrations'),
|
|
493
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
494
|
+
service_password=pulumi.get(__response__, 'service_password'),
|
|
495
|
+
service_port=pulumi.get(__response__, 'service_port'),
|
|
496
|
+
service_type=pulumi.get(__response__, 'service_type'),
|
|
497
|
+
service_uri=pulumi.get(__response__, 'service_uri'),
|
|
498
|
+
service_username=pulumi.get(__response__, 'service_username'),
|
|
499
|
+
state=pulumi.get(__response__, 'state'),
|
|
500
|
+
static_ips=pulumi.get(__response__, 'static_ips'),
|
|
501
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
502
|
+
tech_emails=pulumi.get(__response__, 'tech_emails'),
|
|
503
|
+
termination_protection=pulumi.get(__response__, 'termination_protection')))
|
pulumi_aiven/get_cassandra.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_cassandra(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_cassandra)
|
|
443
445
|
def get_cassandra_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[GetCassandraResult]:
|
|
@@ -460,4 +462,38 @@ def get_cassandra_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/getCassandra:getCassandra', __args__, opts=opts, typ=GetCassandraResult)
|
|
470
|
+
return __ret__.apply(lambda __response__: GetCassandraResult(
|
|
471
|
+
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
472
|
+
cassandra_user_configs=pulumi.get(__response__, 'cassandra_user_configs'),
|
|
473
|
+
cassandras=pulumi.get(__response__, 'cassandras'),
|
|
474
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
475
|
+
components=pulumi.get(__response__, 'components'),
|
|
476
|
+
disk_space=pulumi.get(__response__, 'disk_space'),
|
|
477
|
+
disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
|
|
478
|
+
disk_space_default=pulumi.get(__response__, 'disk_space_default'),
|
|
479
|
+
disk_space_step=pulumi.get(__response__, 'disk_space_step'),
|
|
480
|
+
disk_space_used=pulumi.get(__response__, 'disk_space_used'),
|
|
481
|
+
id=pulumi.get(__response__, 'id'),
|
|
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')))
|
|
@@ -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_cassandra_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_cassandra_user)
|
|
173
175
|
def get_cassandra_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_cassandra_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 Cassandra 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/getCassandraUser:getCassandraUser', __args__, opts=opts, typ=GetCassandraUserResult)
|
|
204
|
+
return __ret__.apply(lambda __response__: GetCassandraUserResult(
|
|
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')))
|
pulumi_aiven/get_clickhouse.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_clickhouse(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_clickhouse)
|
|
443
445
|
def get_clickhouse_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[GetClickhouseResult]:
|
|
@@ -460,4 +462,38 @@ def get_clickhouse_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/getClickhouse:getClickhouse', __args__, opts=opts, typ=GetClickhouseResult)
|
|
470
|
+
return __ret__.apply(lambda __response__: GetClickhouseResult(
|
|
471
|
+
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
472
|
+
clickhouse_user_configs=pulumi.get(__response__, 'clickhouse_user_configs'),
|
|
473
|
+
clickhouses=pulumi.get(__response__, 'clickhouses'),
|
|
474
|
+
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
|
475
|
+
components=pulumi.get(__response__, 'components'),
|
|
476
|
+
disk_space=pulumi.get(__response__, 'disk_space'),
|
|
477
|
+
disk_space_cap=pulumi.get(__response__, 'disk_space_cap'),
|
|
478
|
+
disk_space_default=pulumi.get(__response__, 'disk_space_default'),
|
|
479
|
+
disk_space_step=pulumi.get(__response__, 'disk_space_step'),
|
|
480
|
+
disk_space_used=pulumi.get(__response__, 'disk_space_used'),
|
|
481
|
+
id=pulumi.get(__response__, 'id'),
|
|
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')))
|
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = [
|
|
@@ -125,9 +130,6 @@ def get_clickhouse_database(name: Optional[str] = None,
|
|
|
125
130
|
project=pulumi.get(__ret__, 'project'),
|
|
126
131
|
service_name=pulumi.get(__ret__, 'service_name'),
|
|
127
132
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
@_utilities.lift_output_func(get_clickhouse_database)
|
|
131
133
|
def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
|
|
132
134
|
project: Optional[pulumi.Input[str]] = None,
|
|
133
135
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -151,4 +153,15 @@ def get_clickhouse_database_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
151
153
|
:param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
152
154
|
:param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
153
155
|
"""
|
|
154
|
-
|
|
156
|
+
__args__ = dict()
|
|
157
|
+
__args__['name'] = name
|
|
158
|
+
__args__['project'] = project
|
|
159
|
+
__args__['serviceName'] = service_name
|
|
160
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
161
|
+
__ret__ = pulumi.runtime.invoke_output('aiven:index/getClickhouseDatabase:getClickhouseDatabase', __args__, opts=opts, typ=GetClickhouseDatabaseResult)
|
|
162
|
+
return __ret__.apply(lambda __response__: GetClickhouseDatabaseResult(
|
|
163
|
+
id=pulumi.get(__response__, 'id'),
|
|
164
|
+
name=pulumi.get(__response__, 'name'),
|
|
165
|
+
project=pulumi.get(__response__, 'project'),
|
|
166
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
|
167
|
+
termination_protection=pulumi.get(__response__, 'termination_protection')))
|