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/_utilities.py
CHANGED
|
@@ -264,7 +264,7 @@ def call_plain(
|
|
|
264
264
|
output = pulumi.runtime.call(tok, props, res, typ)
|
|
265
265
|
|
|
266
266
|
# Ingoring deps silently. They are typically non-empty, r.f() calls include r as a dependency.
|
|
267
|
-
result, known, secret, _ = _sync_await(asyncio.
|
|
267
|
+
result, known, secret, _ = _sync_await(asyncio.create_task(_await_output(output)))
|
|
268
268
|
|
|
269
269
|
problem = None
|
|
270
270
|
if not known:
|
pulumi_aiven/account.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__ = ['AccountArgs', 'Account']
|
|
@@ -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
|
from ._inputs import *
|
pulumi_aiven/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__ = ['AccountTeamArgs', 'AccountTeam']
|
|
@@ -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__ = ['AccountTeamMemberArgs', 'AccountTeamMember']
|
|
@@ -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__ = ['AccountTeamProjectArgs', 'AccountTeamProject']
|
|
@@ -23,7 +28,7 @@ class AccountTeamProjectArgs:
|
|
|
23
28
|
:param pulumi.Input[str] account_id: The unique account id
|
|
24
29
|
:param pulumi.Input[str] team_id: An account team id
|
|
25
30
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
26
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `
|
|
31
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
27
32
|
"""
|
|
28
33
|
pulumi.set(__self__, "account_id", account_id)
|
|
29
34
|
pulumi.set(__self__, "team_id", team_id)
|
|
@@ -72,7 +77,7 @@ class AccountTeamProjectArgs:
|
|
|
72
77
|
@pulumi.getter(name="teamType")
|
|
73
78
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
74
79
|
"""
|
|
75
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer` and `
|
|
80
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
76
81
|
"""
|
|
77
82
|
return pulumi.get(self, "team_type")
|
|
78
83
|
|
|
@@ -93,7 +98,7 @@ class _AccountTeamProjectState:
|
|
|
93
98
|
:param pulumi.Input[str] account_id: The unique account id
|
|
94
99
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
95
100
|
:param pulumi.Input[str] team_id: An account team id
|
|
96
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `
|
|
101
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
97
102
|
"""
|
|
98
103
|
if account_id is not None:
|
|
99
104
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -144,7 +149,7 @@ class _AccountTeamProjectState:
|
|
|
144
149
|
@pulumi.getter(name="teamType")
|
|
145
150
|
def team_type(self) -> Optional[pulumi.Input[str]]:
|
|
146
151
|
"""
|
|
147
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer` and `
|
|
152
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
148
153
|
"""
|
|
149
154
|
return pulumi.get(self, "team_type")
|
|
150
155
|
|
|
@@ -205,7 +210,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
205
210
|
:param pulumi.Input[str] account_id: The unique account id
|
|
206
211
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
207
212
|
:param pulumi.Input[str] team_id: An account team id
|
|
208
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `
|
|
213
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
209
214
|
"""
|
|
210
215
|
...
|
|
211
216
|
@overload
|
|
@@ -310,7 +315,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
310
315
|
:param pulumi.Input[str] account_id: The unique account id
|
|
311
316
|
:param pulumi.Input[str] project_name: The name of an already existing project
|
|
312
317
|
:param pulumi.Input[str] team_id: An account team id
|
|
313
|
-
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer` and `
|
|
318
|
+
:param pulumi.Input[str] team_type: The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
314
319
|
"""
|
|
315
320
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
316
321
|
|
|
@@ -350,7 +355,7 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
350
355
|
@pulumi.getter(name="teamType")
|
|
351
356
|
def team_type(self) -> pulumi.Output[Optional[str]]:
|
|
352
357
|
"""
|
|
353
|
-
The Account team project type. The possible values are `admin`, `operator`, `developer` and `
|
|
358
|
+
The Account team project type. The possible values are `admin`, `operator`, `developer`, `read_only` and `project:permissions:read`.
|
|
354
359
|
"""
|
|
355
360
|
return pulumi.get(self, "team_type")
|
|
356
361
|
|
pulumi_aiven/aws_privatelink.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__ = ['AwsPrivatelinkArgs', 'AwsPrivatelink']
|
|
@@ -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__ = ['AwsVpcPeeringConnectionArgs', 'AwsVpcPeeringConnection']
|
|
@@ -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__ = ['AzurePrivatelinkArgs', 'AzurePrivatelink']
|
|
@@ -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__ = ['AzurePrivatelinkConnectionApprovalArgs', 'AzurePrivatelinkConnectionApproval']
|
|
@@ -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__ = ['AzureVpcPeeringConnectionArgs', 'AzureVpcPeeringConnection']
|
pulumi_aiven/billing_group.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__ = ['BillingGroupArgs', 'BillingGroup']
|
pulumi_aiven/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
|
from ._inputs import *
|
|
@@ -361,6 +366,9 @@ class _CassandraState:
|
|
|
361
366
|
pulumi.set(__self__, "disk_space_default", disk_space_default)
|
|
362
367
|
if disk_space_step is not None:
|
|
363
368
|
pulumi.set(__self__, "disk_space_step", disk_space_step)
|
|
369
|
+
if disk_space_used is not None:
|
|
370
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
371
|
+
pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
364
372
|
if disk_space_used is not None:
|
|
365
373
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
366
374
|
if maintenance_window_dow is not None:
|
|
@@ -511,6 +519,7 @@ class _CassandraState:
|
|
|
511
519
|
|
|
512
520
|
@property
|
|
513
521
|
@pulumi.getter(name="diskSpaceUsed")
|
|
522
|
+
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
514
523
|
def disk_space_used(self) -> Optional[pulumi.Input[str]]:
|
|
515
524
|
"""
|
|
516
525
|
Disk space that service is currently using
|
|
@@ -1104,6 +1113,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1104
1113
|
|
|
1105
1114
|
@property
|
|
1106
1115
|
@pulumi.getter(name="diskSpaceUsed")
|
|
1116
|
+
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
1107
1117
|
def disk_space_used(self) -> pulumi.Output[str]:
|
|
1108
1118
|
"""
|
|
1109
1119
|
Disk space that service is currently using
|
|
@@ -1144,7 +1154,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1144
1154
|
|
|
1145
1155
|
@property
|
|
1146
1156
|
@pulumi.getter(name="projectVpcId")
|
|
1147
|
-
def project_vpc_id(self) -> pulumi.Output[
|
|
1157
|
+
def project_vpc_id(self) -> pulumi.Output[str]:
|
|
1148
1158
|
"""
|
|
1149
1159
|
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1150
1160
|
"""
|
|
@@ -1160,7 +1170,7 @@ class Cassandra(pulumi.CustomResource):
|
|
|
1160
1170
|
|
|
1161
1171
|
@property
|
|
1162
1172
|
@pulumi.getter(name="serviceIntegrations")
|
|
1163
|
-
def service_integrations(self) -> pulumi.Output[
|
|
1173
|
+
def service_integrations(self) -> pulumi.Output[Sequence['outputs.CassandraServiceIntegration']]:
|
|
1164
1174
|
"""
|
|
1165
1175
|
Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1166
1176
|
"""
|
pulumi_aiven/cassandra_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__ = ['CassandraUserArgs', 'CassandraUser']
|
pulumi_aiven/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
|
from ._inputs import *
|
|
@@ -361,6 +366,9 @@ class _ClickhouseState:
|
|
|
361
366
|
pulumi.set(__self__, "disk_space_default", disk_space_default)
|
|
362
367
|
if disk_space_step is not None:
|
|
363
368
|
pulumi.set(__self__, "disk_space_step", disk_space_step)
|
|
369
|
+
if disk_space_used is not None:
|
|
370
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
371
|
+
pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
364
372
|
if disk_space_used is not None:
|
|
365
373
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
366
374
|
if maintenance_window_dow is not None:
|
|
@@ -511,6 +519,7 @@ class _ClickhouseState:
|
|
|
511
519
|
|
|
512
520
|
@property
|
|
513
521
|
@pulumi.getter(name="diskSpaceUsed")
|
|
522
|
+
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
514
523
|
def disk_space_used(self) -> Optional[pulumi.Input[str]]:
|
|
515
524
|
"""
|
|
516
525
|
Disk space that service is currently using
|
|
@@ -1092,6 +1101,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
1092
1101
|
|
|
1093
1102
|
@property
|
|
1094
1103
|
@pulumi.getter(name="diskSpaceUsed")
|
|
1104
|
+
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
1095
1105
|
def disk_space_used(self) -> pulumi.Output[str]:
|
|
1096
1106
|
"""
|
|
1097
1107
|
Disk space that service is currently using
|
|
@@ -1132,7 +1142,7 @@ class Clickhouse(pulumi.CustomResource):
|
|
|
1132
1142
|
|
|
1133
1143
|
@property
|
|
1134
1144
|
@pulumi.getter(name="projectVpcId")
|
|
1135
|
-
def project_vpc_id(self) -> pulumi.Output[
|
|
1145
|
+
def project_vpc_id(self) -> pulumi.Output[str]:
|
|
1136
1146
|
"""
|
|
1137
1147
|
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1138
1148
|
"""
|
|
@@ -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__ = ['ClickhouseDatabaseArgs', 'ClickhouseDatabase']
|
pulumi_aiven/clickhouse_grant.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
|
from ._inputs import *
|
pulumi_aiven/clickhouse_role.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__ = ['ClickhouseRoleArgs', 'ClickhouseRole']
|
pulumi_aiven/clickhouse_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__ = ['ClickhouseUserArgs', 'ClickhouseUser']
|
pulumi_aiven/config/__init__.pyi
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
|
apiToken: Optional[str]
|
pulumi_aiven/config/vars.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
|
import types
|
pulumi_aiven/connection_pool.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__ = ['ConnectionPoolArgs', 'ConnectionPool']
|
pulumi_aiven/dragonfly.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
|
from ._inputs import *
|
|
@@ -357,6 +362,9 @@ class _DragonflyState:
|
|
|
357
362
|
pulumi.set(__self__, "disk_space_default", disk_space_default)
|
|
358
363
|
if disk_space_step is not None:
|
|
359
364
|
pulumi.set(__self__, "disk_space_step", disk_space_step)
|
|
365
|
+
if disk_space_used is not None:
|
|
366
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
367
|
+
pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
360
368
|
if disk_space_used is not None:
|
|
361
369
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
362
370
|
if dragonfly is not None:
|
|
@@ -487,6 +495,7 @@ class _DragonflyState:
|
|
|
487
495
|
|
|
488
496
|
@property
|
|
489
497
|
@pulumi.getter(name="diskSpaceUsed")
|
|
498
|
+
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
490
499
|
def disk_space_used(self) -> Optional[pulumi.Input[str]]:
|
|
491
500
|
"""
|
|
492
501
|
Disk space that service is currently using
|
|
@@ -1078,6 +1087,7 @@ class Dragonfly(pulumi.CustomResource):
|
|
|
1078
1087
|
|
|
1079
1088
|
@property
|
|
1080
1089
|
@pulumi.getter(name="diskSpaceUsed")
|
|
1090
|
+
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
1081
1091
|
def disk_space_used(self) -> pulumi.Output[str]:
|
|
1082
1092
|
"""
|
|
1083
1093
|
Disk space that service is currently using
|
|
@@ -1134,7 +1144,7 @@ class Dragonfly(pulumi.CustomResource):
|
|
|
1134
1144
|
|
|
1135
1145
|
@property
|
|
1136
1146
|
@pulumi.getter(name="projectVpcId")
|
|
1137
|
-
def project_vpc_id(self) -> pulumi.Output[
|
|
1147
|
+
def project_vpc_id(self) -> pulumi.Output[str]:
|
|
1138
1148
|
"""
|
|
1139
1149
|
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1140
1150
|
"""
|
|
@@ -1150,7 +1160,7 @@ class Dragonfly(pulumi.CustomResource):
|
|
|
1150
1160
|
|
|
1151
1161
|
@property
|
|
1152
1162
|
@pulumi.getter(name="serviceIntegrations")
|
|
1153
|
-
def service_integrations(self) -> pulumi.Output[
|
|
1163
|
+
def service_integrations(self) -> pulumi.Output[Sequence['outputs.DragonflyServiceIntegration']]:
|
|
1154
1164
|
"""
|
|
1155
1165
|
Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1156
1166
|
"""
|
pulumi_aiven/flink.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
|
from ._inputs import *
|
|
@@ -357,6 +362,9 @@ class _FlinkState:
|
|
|
357
362
|
pulumi.set(__self__, "disk_space_default", disk_space_default)
|
|
358
363
|
if disk_space_step is not None:
|
|
359
364
|
pulumi.set(__self__, "disk_space_step", disk_space_step)
|
|
365
|
+
if disk_space_used is not None:
|
|
366
|
+
warnings.warn("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""", DeprecationWarning)
|
|
367
|
+
pulumi.log.warn("""disk_space_used is deprecated: This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
360
368
|
if disk_space_used is not None:
|
|
361
369
|
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
362
370
|
if flink is not None:
|
|
@@ -487,6 +495,7 @@ class _FlinkState:
|
|
|
487
495
|
|
|
488
496
|
@property
|
|
489
497
|
@pulumi.getter(name="diskSpaceUsed")
|
|
498
|
+
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
490
499
|
def disk_space_used(self) -> Optional[pulumi.Input[str]]:
|
|
491
500
|
"""
|
|
492
501
|
Disk space that service is currently using
|
|
@@ -1082,6 +1091,7 @@ class Flink(pulumi.CustomResource):
|
|
|
1082
1091
|
|
|
1083
1092
|
@property
|
|
1084
1093
|
@pulumi.getter(name="diskSpaceUsed")
|
|
1094
|
+
@_utilities.deprecated("""This will be removed in v5.0.0. Please use `additional_disk_space` to specify the space to be added to the default `disk_space` defined by the plan.""")
|
|
1085
1095
|
def disk_space_used(self) -> pulumi.Output[str]:
|
|
1086
1096
|
"""
|
|
1087
1097
|
Disk space that service is currently using
|
|
@@ -1138,7 +1148,7 @@ class Flink(pulumi.CustomResource):
|
|
|
1138
1148
|
|
|
1139
1149
|
@property
|
|
1140
1150
|
@pulumi.getter(name="projectVpcId")
|
|
1141
|
-
def project_vpc_id(self) -> pulumi.Output[
|
|
1151
|
+
def project_vpc_id(self) -> pulumi.Output[str]:
|
|
1142
1152
|
"""
|
|
1143
1153
|
Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1144
1154
|
"""
|
|
@@ -1154,7 +1164,7 @@ class Flink(pulumi.CustomResource):
|
|
|
1154
1164
|
|
|
1155
1165
|
@property
|
|
1156
1166
|
@pulumi.getter(name="serviceIntegrations")
|
|
1157
|
-
def service_integrations(self) -> pulumi.Output[
|
|
1167
|
+
def service_integrations(self) -> pulumi.Output[Sequence['outputs.FlinkServiceIntegration']]:
|
|
1158
1168
|
"""
|
|
1159
1169
|
Service integrations to specify when creating a service. Not applied after initial service creation
|
|
1160
1170
|
"""
|
|
@@ -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__ = ['FlinkApplicationArgs', 'FlinkApplication']
|
|
@@ -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__ = ['FlinkApplicationDeploymentArgs', 'FlinkApplicationDeployment']
|
|
@@ -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
|
from ._inputs import *
|
pulumi_aiven/gcp_privatelink.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__ = ['GcpPrivatelinkArgs', 'GcpPrivatelink']
|