pulumi-aiven 6.13.0a1710994538__py3-none-any.whl → 6.13.0a1711361534__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 +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +34 -30
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1710994538.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1710994538.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
|
@@ -64,7 +64,7 @@ class GetClickhouseUserResult:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def project(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
67
|
+
Identifies 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.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "project")
|
|
70
70
|
|
|
@@ -80,7 +80,7 @@ class GetClickhouseUserResult:
|
|
|
80
80
|
@pulumi.getter(name="serviceName")
|
|
81
81
|
def service_name(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
83
|
+
Specifies 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.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "service_name")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetClickhouseUserResult:
|
|
|
88
88
|
@pulumi.getter
|
|
89
89
|
def username(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
The actual name of the Clickhouse user.
|
|
91
|
+
The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "username")
|
|
94
94
|
|
|
@@ -137,9 +137,9 @@ def get_clickhouse_user(project: Optional[str] = None,
|
|
|
137
137
|
<!--End PulumiCodeChooser -->
|
|
138
138
|
|
|
139
139
|
|
|
140
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
141
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
142
|
-
:param str username: The actual name of the Clickhouse user.
|
|
140
|
+
:param str project: Identifies 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.
|
|
141
|
+
:param str service_name: Specifies 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.
|
|
142
|
+
:param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
143
143
|
"""
|
|
144
144
|
__args__ = dict()
|
|
145
145
|
__args__['project'] = project
|
|
@@ -180,8 +180,8 @@ def get_clickhouse_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
180
180
|
<!--End PulumiCodeChooser -->
|
|
181
181
|
|
|
182
182
|
|
|
183
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
184
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
185
|
-
:param str username: The actual name of the Clickhouse user.
|
|
183
|
+
:param str project: Identifies 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.
|
|
184
|
+
:param str service_name: Specifies 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.
|
|
185
|
+
:param str username: The actual name of the Clickhouse user. Changing this property forces recreation of the resource.
|
|
186
186
|
"""
|
|
187
187
|
...
|
|
@@ -62,7 +62,7 @@ class GetConnectionPoolResult:
|
|
|
62
62
|
@pulumi.getter(name="databaseName")
|
|
63
63
|
def database_name(self) -> str:
|
|
64
64
|
"""
|
|
65
|
-
The name of the database the pool connects to. To set up proper dependencies please refer to this variable as a reference.
|
|
65
|
+
The name of the database the pool connects to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
66
66
|
"""
|
|
67
67
|
return pulumi.get(self, "database_name")
|
|
68
68
|
|
|
@@ -86,7 +86,7 @@ class GetConnectionPoolResult:
|
|
|
86
86
|
@pulumi.getter(name="poolName")
|
|
87
87
|
def pool_name(self) -> str:
|
|
88
88
|
"""
|
|
89
|
-
The name of the created pool.
|
|
89
|
+
The name of the created pool. Changing this property forces recreation of the resource.
|
|
90
90
|
"""
|
|
91
91
|
return pulumi.get(self, "pool_name")
|
|
92
92
|
|
|
@@ -102,7 +102,7 @@ class GetConnectionPoolResult:
|
|
|
102
102
|
@pulumi.getter
|
|
103
103
|
def project(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
105
|
+
Identifies 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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "project")
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@ class GetConnectionPoolResult:
|
|
|
110
110
|
@pulumi.getter(name="serviceName")
|
|
111
111
|
def service_name(self) -> str:
|
|
112
112
|
"""
|
|
113
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
113
|
+
Specifies 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.
|
|
114
114
|
"""
|
|
115
115
|
return pulumi.get(self, "service_name")
|
|
116
116
|
|
|
@@ -161,9 +161,9 @@ def get_connection_pool(pool_name: Optional[str] = None,
|
|
|
161
161
|
<!--End PulumiCodeChooser -->
|
|
162
162
|
|
|
163
163
|
|
|
164
|
-
:param str pool_name: The name of the created pool.
|
|
165
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
166
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
+
:param str pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
165
|
+
:param str project: Identifies 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.
|
|
166
|
+
:param str service_name: Specifies 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.
|
|
167
167
|
"""
|
|
168
168
|
__args__ = dict()
|
|
169
169
|
__args__['poolName'] = pool_name
|
|
@@ -206,8 +206,8 @@ def get_connection_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
|
|
|
206
206
|
<!--End PulumiCodeChooser -->
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
:param str pool_name: The name of the created pool.
|
|
210
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
211
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
209
|
+
:param str pool_name: The name of the created pool. Changing this property forces recreation of the resource.
|
|
210
|
+
:param str project: Identifies 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.
|
|
211
|
+
:param str service_name: Specifies 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.
|
|
212
212
|
"""
|
|
213
213
|
...
|
|
@@ -0,0 +1,443 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetDragonflyResult',
|
|
15
|
+
'AwaitableGetDragonflyResult',
|
|
16
|
+
'get_dragonfly',
|
|
17
|
+
'get_dragonfly_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetDragonflyResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getDragonfly.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, additional_disk_space=None, cloud_name=None, components=None, disk_space=None, disk_space_cap=None, disk_space_default=None, disk_space_step=None, disk_space_used=None, dragonflies=None, dragonfly_user_configs=None, id=None, maintenance_window_dow=None, maintenance_window_time=None, plan=None, project=None, project_vpc_id=None, service_host=None, service_integrations=None, service_name=None, service_password=None, service_port=None, service_type=None, service_uri=None, service_username=None, state=None, static_ips=None, tags=None, tech_emails=None, termination_protection=None):
|
|
26
|
+
if additional_disk_space and not isinstance(additional_disk_space, str):
|
|
27
|
+
raise TypeError("Expected argument 'additional_disk_space' to be a str")
|
|
28
|
+
pulumi.set(__self__, "additional_disk_space", additional_disk_space)
|
|
29
|
+
if cloud_name and not isinstance(cloud_name, str):
|
|
30
|
+
raise TypeError("Expected argument 'cloud_name' to be a str")
|
|
31
|
+
pulumi.set(__self__, "cloud_name", cloud_name)
|
|
32
|
+
if components and not isinstance(components, list):
|
|
33
|
+
raise TypeError("Expected argument 'components' to be a list")
|
|
34
|
+
pulumi.set(__self__, "components", components)
|
|
35
|
+
if disk_space and not isinstance(disk_space, str):
|
|
36
|
+
raise TypeError("Expected argument 'disk_space' to be a str")
|
|
37
|
+
pulumi.set(__self__, "disk_space", disk_space)
|
|
38
|
+
if disk_space_cap and not isinstance(disk_space_cap, str):
|
|
39
|
+
raise TypeError("Expected argument 'disk_space_cap' to be a str")
|
|
40
|
+
pulumi.set(__self__, "disk_space_cap", disk_space_cap)
|
|
41
|
+
if disk_space_default and not isinstance(disk_space_default, str):
|
|
42
|
+
raise TypeError("Expected argument 'disk_space_default' to be a str")
|
|
43
|
+
pulumi.set(__self__, "disk_space_default", disk_space_default)
|
|
44
|
+
if disk_space_step and not isinstance(disk_space_step, str):
|
|
45
|
+
raise TypeError("Expected argument 'disk_space_step' to be a str")
|
|
46
|
+
pulumi.set(__self__, "disk_space_step", disk_space_step)
|
|
47
|
+
if disk_space_used and not isinstance(disk_space_used, str):
|
|
48
|
+
raise TypeError("Expected argument 'disk_space_used' to be a str")
|
|
49
|
+
pulumi.set(__self__, "disk_space_used", disk_space_used)
|
|
50
|
+
if dragonflies and not isinstance(dragonflies, list):
|
|
51
|
+
raise TypeError("Expected argument 'dragonflies' to be a list")
|
|
52
|
+
pulumi.set(__self__, "dragonflies", dragonflies)
|
|
53
|
+
if dragonfly_user_configs and not isinstance(dragonfly_user_configs, list):
|
|
54
|
+
raise TypeError("Expected argument 'dragonfly_user_configs' to be a list")
|
|
55
|
+
pulumi.set(__self__, "dragonfly_user_configs", dragonfly_user_configs)
|
|
56
|
+
if id and not isinstance(id, str):
|
|
57
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
58
|
+
pulumi.set(__self__, "id", id)
|
|
59
|
+
if maintenance_window_dow and not isinstance(maintenance_window_dow, str):
|
|
60
|
+
raise TypeError("Expected argument 'maintenance_window_dow' to be a str")
|
|
61
|
+
pulumi.set(__self__, "maintenance_window_dow", maintenance_window_dow)
|
|
62
|
+
if maintenance_window_time and not isinstance(maintenance_window_time, str):
|
|
63
|
+
raise TypeError("Expected argument 'maintenance_window_time' to be a str")
|
|
64
|
+
pulumi.set(__self__, "maintenance_window_time", maintenance_window_time)
|
|
65
|
+
if plan and not isinstance(plan, str):
|
|
66
|
+
raise TypeError("Expected argument 'plan' to be a str")
|
|
67
|
+
pulumi.set(__self__, "plan", plan)
|
|
68
|
+
if project and not isinstance(project, str):
|
|
69
|
+
raise TypeError("Expected argument 'project' to be a str")
|
|
70
|
+
pulumi.set(__self__, "project", project)
|
|
71
|
+
if project_vpc_id and not isinstance(project_vpc_id, str):
|
|
72
|
+
raise TypeError("Expected argument 'project_vpc_id' to be a str")
|
|
73
|
+
pulumi.set(__self__, "project_vpc_id", project_vpc_id)
|
|
74
|
+
if service_host and not isinstance(service_host, str):
|
|
75
|
+
raise TypeError("Expected argument 'service_host' to be a str")
|
|
76
|
+
pulumi.set(__self__, "service_host", service_host)
|
|
77
|
+
if service_integrations and not isinstance(service_integrations, list):
|
|
78
|
+
raise TypeError("Expected argument 'service_integrations' to be a list")
|
|
79
|
+
pulumi.set(__self__, "service_integrations", service_integrations)
|
|
80
|
+
if service_name and not isinstance(service_name, str):
|
|
81
|
+
raise TypeError("Expected argument 'service_name' to be a str")
|
|
82
|
+
pulumi.set(__self__, "service_name", service_name)
|
|
83
|
+
if service_password and not isinstance(service_password, str):
|
|
84
|
+
raise TypeError("Expected argument 'service_password' to be a str")
|
|
85
|
+
pulumi.set(__self__, "service_password", service_password)
|
|
86
|
+
if service_port and not isinstance(service_port, int):
|
|
87
|
+
raise TypeError("Expected argument 'service_port' to be a int")
|
|
88
|
+
pulumi.set(__self__, "service_port", service_port)
|
|
89
|
+
if service_type and not isinstance(service_type, str):
|
|
90
|
+
raise TypeError("Expected argument 'service_type' to be a str")
|
|
91
|
+
pulumi.set(__self__, "service_type", service_type)
|
|
92
|
+
if service_uri and not isinstance(service_uri, str):
|
|
93
|
+
raise TypeError("Expected argument 'service_uri' to be a str")
|
|
94
|
+
pulumi.set(__self__, "service_uri", service_uri)
|
|
95
|
+
if service_username and not isinstance(service_username, str):
|
|
96
|
+
raise TypeError("Expected argument 'service_username' to be a str")
|
|
97
|
+
pulumi.set(__self__, "service_username", service_username)
|
|
98
|
+
if state and not isinstance(state, str):
|
|
99
|
+
raise TypeError("Expected argument 'state' to be a str")
|
|
100
|
+
pulumi.set(__self__, "state", state)
|
|
101
|
+
if static_ips and not isinstance(static_ips, list):
|
|
102
|
+
raise TypeError("Expected argument 'static_ips' to be a list")
|
|
103
|
+
pulumi.set(__self__, "static_ips", static_ips)
|
|
104
|
+
if tags and not isinstance(tags, list):
|
|
105
|
+
raise TypeError("Expected argument 'tags' to be a list")
|
|
106
|
+
pulumi.set(__self__, "tags", tags)
|
|
107
|
+
if tech_emails and not isinstance(tech_emails, list):
|
|
108
|
+
raise TypeError("Expected argument 'tech_emails' to be a list")
|
|
109
|
+
pulumi.set(__self__, "tech_emails", tech_emails)
|
|
110
|
+
if termination_protection and not isinstance(termination_protection, bool):
|
|
111
|
+
raise TypeError("Expected argument 'termination_protection' to be a bool")
|
|
112
|
+
pulumi.set(__self__, "termination_protection", termination_protection)
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
@pulumi.getter(name="additionalDiskSpace")
|
|
116
|
+
def additional_disk_space(self) -> str:
|
|
117
|
+
"""
|
|
118
|
+
Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
119
|
+
"""
|
|
120
|
+
return pulumi.get(self, "additional_disk_space")
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
@pulumi.getter(name="cloudName")
|
|
124
|
+
def cloud_name(self) -> str:
|
|
125
|
+
"""
|
|
126
|
+
Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
127
|
+
"""
|
|
128
|
+
return pulumi.get(self, "cloud_name")
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def components(self) -> Sequence['outputs.GetDragonflyComponentResult']:
|
|
133
|
+
"""
|
|
134
|
+
Service component information objects
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "components")
|
|
137
|
+
|
|
138
|
+
@property
|
|
139
|
+
@pulumi.getter(name="diskSpace")
|
|
140
|
+
def disk_space(self) -> str:
|
|
141
|
+
"""
|
|
142
|
+
Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
143
|
+
"""
|
|
144
|
+
return pulumi.get(self, "disk_space")
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="diskSpaceCap")
|
|
148
|
+
def disk_space_cap(self) -> str:
|
|
149
|
+
"""
|
|
150
|
+
The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "disk_space_cap")
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="diskSpaceDefault")
|
|
156
|
+
def disk_space_default(self) -> str:
|
|
157
|
+
"""
|
|
158
|
+
The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "disk_space_default")
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
@pulumi.getter(name="diskSpaceStep")
|
|
164
|
+
def disk_space_step(self) -> str:
|
|
165
|
+
"""
|
|
166
|
+
The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
167
|
+
"""
|
|
168
|
+
return pulumi.get(self, "disk_space_step")
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="diskSpaceUsed")
|
|
172
|
+
def disk_space_used(self) -> str:
|
|
173
|
+
"""
|
|
174
|
+
Disk space that service is currently using
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "disk_space_used")
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
@pulumi.getter
|
|
180
|
+
def dragonflies(self) -> Sequence['outputs.GetDragonflyDragonflyResult']:
|
|
181
|
+
"""
|
|
182
|
+
Dragonfly server provided values
|
|
183
|
+
"""
|
|
184
|
+
return pulumi.get(self, "dragonflies")
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="dragonflyUserConfigs")
|
|
188
|
+
def dragonfly_user_configs(self) -> Sequence['outputs.GetDragonflyDragonflyUserConfigResult']:
|
|
189
|
+
"""
|
|
190
|
+
Dragonfly user configurable settings
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "dragonfly_user_configs")
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter
|
|
196
|
+
def id(self) -> str:
|
|
197
|
+
"""
|
|
198
|
+
The provider-assigned unique ID for this managed resource.
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "id")
|
|
201
|
+
|
|
202
|
+
@property
|
|
203
|
+
@pulumi.getter(name="maintenanceWindowDow")
|
|
204
|
+
def maintenance_window_dow(self) -> str:
|
|
205
|
+
"""
|
|
206
|
+
Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
207
|
+
"""
|
|
208
|
+
return pulumi.get(self, "maintenance_window_dow")
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter(name="maintenanceWindowTime")
|
|
212
|
+
def maintenance_window_time(self) -> str:
|
|
213
|
+
"""
|
|
214
|
+
Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "maintenance_window_time")
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter
|
|
220
|
+
def plan(self) -> str:
|
|
221
|
+
"""
|
|
222
|
+
Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "plan")
|
|
225
|
+
|
|
226
|
+
@property
|
|
227
|
+
@pulumi.getter
|
|
228
|
+
def project(self) -> str:
|
|
229
|
+
"""
|
|
230
|
+
Identifies 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.
|
|
231
|
+
"""
|
|
232
|
+
return pulumi.get(self, "project")
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="projectVpcId")
|
|
236
|
+
def project_vpc_id(self) -> str:
|
|
237
|
+
"""
|
|
238
|
+
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.
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "project_vpc_id")
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter(name="serviceHost")
|
|
244
|
+
def service_host(self) -> str:
|
|
245
|
+
"""
|
|
246
|
+
The hostname of the service.
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "service_host")
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter(name="serviceIntegrations")
|
|
252
|
+
def service_integrations(self) -> Sequence['outputs.GetDragonflyServiceIntegrationResult']:
|
|
253
|
+
"""
|
|
254
|
+
Service integrations to specify when creating a service. Not applied after initial service creation
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "service_integrations")
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter(name="serviceName")
|
|
260
|
+
def service_name(self) -> str:
|
|
261
|
+
"""
|
|
262
|
+
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.
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "service_name")
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
@pulumi.getter(name="servicePassword")
|
|
268
|
+
def service_password(self) -> str:
|
|
269
|
+
"""
|
|
270
|
+
Password used for connecting to the service, if applicable
|
|
271
|
+
"""
|
|
272
|
+
return pulumi.get(self, "service_password")
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
@pulumi.getter(name="servicePort")
|
|
276
|
+
def service_port(self) -> int:
|
|
277
|
+
"""
|
|
278
|
+
The port of the service
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "service_port")
|
|
281
|
+
|
|
282
|
+
@property
|
|
283
|
+
@pulumi.getter(name="serviceType")
|
|
284
|
+
def service_type(self) -> str:
|
|
285
|
+
"""
|
|
286
|
+
Aiven internal service type code
|
|
287
|
+
"""
|
|
288
|
+
return pulumi.get(self, "service_type")
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="serviceUri")
|
|
292
|
+
def service_uri(self) -> str:
|
|
293
|
+
"""
|
|
294
|
+
URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "service_uri")
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
@pulumi.getter(name="serviceUsername")
|
|
300
|
+
def service_username(self) -> str:
|
|
301
|
+
"""
|
|
302
|
+
Username used for connecting to the service, if applicable
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "service_username")
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
@pulumi.getter
|
|
308
|
+
def state(self) -> str:
|
|
309
|
+
"""
|
|
310
|
+
Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "state")
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter(name="staticIps")
|
|
316
|
+
def static_ips(self) -> Sequence[str]:
|
|
317
|
+
"""
|
|
318
|
+
Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
319
|
+
"""
|
|
320
|
+
return pulumi.get(self, "static_ips")
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter
|
|
324
|
+
def tags(self) -> Sequence['outputs.GetDragonflyTagResult']:
|
|
325
|
+
"""
|
|
326
|
+
Tags are key-value pairs that allow you to categorize services.
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "tags")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter(name="techEmails")
|
|
332
|
+
def tech_emails(self) -> Sequence['outputs.GetDragonflyTechEmailResult']:
|
|
333
|
+
"""
|
|
334
|
+
Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "tech_emails")
|
|
337
|
+
|
|
338
|
+
@property
|
|
339
|
+
@pulumi.getter(name="terminationProtection")
|
|
340
|
+
def termination_protection(self) -> bool:
|
|
341
|
+
"""
|
|
342
|
+
Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
343
|
+
"""
|
|
344
|
+
return pulumi.get(self, "termination_protection")
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
class AwaitableGetDragonflyResult(GetDragonflyResult):
|
|
348
|
+
# pylint: disable=using-constant-test
|
|
349
|
+
def __await__(self):
|
|
350
|
+
if False:
|
|
351
|
+
yield self
|
|
352
|
+
return GetDragonflyResult(
|
|
353
|
+
additional_disk_space=self.additional_disk_space,
|
|
354
|
+
cloud_name=self.cloud_name,
|
|
355
|
+
components=self.components,
|
|
356
|
+
disk_space=self.disk_space,
|
|
357
|
+
disk_space_cap=self.disk_space_cap,
|
|
358
|
+
disk_space_default=self.disk_space_default,
|
|
359
|
+
disk_space_step=self.disk_space_step,
|
|
360
|
+
disk_space_used=self.disk_space_used,
|
|
361
|
+
dragonflies=self.dragonflies,
|
|
362
|
+
dragonfly_user_configs=self.dragonfly_user_configs,
|
|
363
|
+
id=self.id,
|
|
364
|
+
maintenance_window_dow=self.maintenance_window_dow,
|
|
365
|
+
maintenance_window_time=self.maintenance_window_time,
|
|
366
|
+
plan=self.plan,
|
|
367
|
+
project=self.project,
|
|
368
|
+
project_vpc_id=self.project_vpc_id,
|
|
369
|
+
service_host=self.service_host,
|
|
370
|
+
service_integrations=self.service_integrations,
|
|
371
|
+
service_name=self.service_name,
|
|
372
|
+
service_password=self.service_password,
|
|
373
|
+
service_port=self.service_port,
|
|
374
|
+
service_type=self.service_type,
|
|
375
|
+
service_uri=self.service_uri,
|
|
376
|
+
service_username=self.service_username,
|
|
377
|
+
state=self.state,
|
|
378
|
+
static_ips=self.static_ips,
|
|
379
|
+
tags=self.tags,
|
|
380
|
+
tech_emails=self.tech_emails,
|
|
381
|
+
termination_protection=self.termination_protection)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
def get_dragonfly(project: Optional[str] = None,
|
|
385
|
+
service_name: Optional[str] = None,
|
|
386
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDragonflyResult:
|
|
387
|
+
"""
|
|
388
|
+
The Dragonfly data source provides information about the existing Aiven Dragonfly service.
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
:param str project: Identifies 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.
|
|
392
|
+
: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.
|
|
393
|
+
"""
|
|
394
|
+
__args__ = dict()
|
|
395
|
+
__args__['project'] = project
|
|
396
|
+
__args__['serviceName'] = service_name
|
|
397
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
398
|
+
__ret__ = pulumi.runtime.invoke('aiven:index/getDragonfly:getDragonfly', __args__, opts=opts, typ=GetDragonflyResult).value
|
|
399
|
+
|
|
400
|
+
return AwaitableGetDragonflyResult(
|
|
401
|
+
additional_disk_space=pulumi.get(__ret__, 'additional_disk_space'),
|
|
402
|
+
cloud_name=pulumi.get(__ret__, 'cloud_name'),
|
|
403
|
+
components=pulumi.get(__ret__, 'components'),
|
|
404
|
+
disk_space=pulumi.get(__ret__, 'disk_space'),
|
|
405
|
+
disk_space_cap=pulumi.get(__ret__, 'disk_space_cap'),
|
|
406
|
+
disk_space_default=pulumi.get(__ret__, 'disk_space_default'),
|
|
407
|
+
disk_space_step=pulumi.get(__ret__, 'disk_space_step'),
|
|
408
|
+
disk_space_used=pulumi.get(__ret__, 'disk_space_used'),
|
|
409
|
+
dragonflies=pulumi.get(__ret__, 'dragonflies'),
|
|
410
|
+
dragonfly_user_configs=pulumi.get(__ret__, 'dragonfly_user_configs'),
|
|
411
|
+
id=pulumi.get(__ret__, 'id'),
|
|
412
|
+
maintenance_window_dow=pulumi.get(__ret__, 'maintenance_window_dow'),
|
|
413
|
+
maintenance_window_time=pulumi.get(__ret__, 'maintenance_window_time'),
|
|
414
|
+
plan=pulumi.get(__ret__, 'plan'),
|
|
415
|
+
project=pulumi.get(__ret__, 'project'),
|
|
416
|
+
project_vpc_id=pulumi.get(__ret__, 'project_vpc_id'),
|
|
417
|
+
service_host=pulumi.get(__ret__, 'service_host'),
|
|
418
|
+
service_integrations=pulumi.get(__ret__, 'service_integrations'),
|
|
419
|
+
service_name=pulumi.get(__ret__, 'service_name'),
|
|
420
|
+
service_password=pulumi.get(__ret__, 'service_password'),
|
|
421
|
+
service_port=pulumi.get(__ret__, 'service_port'),
|
|
422
|
+
service_type=pulumi.get(__ret__, 'service_type'),
|
|
423
|
+
service_uri=pulumi.get(__ret__, 'service_uri'),
|
|
424
|
+
service_username=pulumi.get(__ret__, 'service_username'),
|
|
425
|
+
state=pulumi.get(__ret__, 'state'),
|
|
426
|
+
static_ips=pulumi.get(__ret__, 'static_ips'),
|
|
427
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
428
|
+
tech_emails=pulumi.get(__ret__, 'tech_emails'),
|
|
429
|
+
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
@_utilities.lift_output_func(get_dragonfly)
|
|
433
|
+
def get_dragonfly_output(project: Optional[pulumi.Input[str]] = None,
|
|
434
|
+
service_name: Optional[pulumi.Input[str]] = None,
|
|
435
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDragonflyResult]:
|
|
436
|
+
"""
|
|
437
|
+
The Dragonfly data source provides information about the existing Aiven Dragonfly service.
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
:param str project: Identifies 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.
|
|
441
|
+
: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.
|
|
442
|
+
"""
|
|
443
|
+
...
|
pulumi_aiven/get_flink.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetFlinkResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
Identifies 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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -400,7 +400,7 @@ def get_flink(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param str project: Identifies 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.
|
|
404
404
|
: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.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_flink_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param str project: Identifies 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.
|
|
465
465
|
: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.
|
|
466
466
|
"""
|
|
467
467
|
...
|
|
@@ -94,7 +94,7 @@ class GetFlinkApplicationResult:
|
|
|
94
94
|
@pulumi.getter
|
|
95
95
|
def project(self) -> str:
|
|
96
96
|
"""
|
|
97
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
97
|
+
Identifies 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.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "project")
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ class GetFlinkApplicationResult:
|
|
|
102
102
|
@pulumi.getter(name="serviceName")
|
|
103
103
|
def service_name(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
105
|
+
Specifies 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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "service_name")
|
|
108
108
|
|
|
@@ -162,8 +162,8 @@ def get_flink_application(name: Optional[str] = None,
|
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
:param str name: Application name
|
|
165
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
166
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
165
|
+
:param str project: Identifies 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.
|
|
166
|
+
:param str service_name: Specifies 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.
|
|
167
167
|
"""
|
|
168
168
|
__args__ = dict()
|
|
169
169
|
__args__['name'] = name
|
|
@@ -207,7 +207,7 @@ def get_flink_application_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
207
207
|
|
|
208
208
|
|
|
209
209
|
:param str name: Application name
|
|
210
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
211
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
210
|
+
:param str project: Identifies 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.
|
|
211
|
+
:param str service_name: Specifies 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.
|
|
212
212
|
"""
|
|
213
213
|
...
|